#4590BA

Color #4590BA Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4590BA

Tints of Curious Blue #4590BA

Color information

#4590BA (or 0x4590BA) is unknown color: approx Curious Blue. HEX triplet: 45, 90 and BA. RGB value is (69,144,186). Sum of RGB (Red+Green+Blue) = 69+144+186=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #4590BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590BA is #BA6F45. Grayscale: #7E7E7E. Windows color (decimal): -12218182 or 12226629. OLE color: 12226629.

HSL color Cylindrical-coordinate representation of color #4590BA: hue angle of 201.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4590BA is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB69144186-
CMYK0.630.2300.27
HSL201.54º45.88%50%-
HSV(B)201.54º62.9%72.94%-
XYZ21.2924.7650.11-
YUV126.36161.6587.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 17.29%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=17.29%
G=36.09%
B=46.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal691441860.630.2300.27201.5445.8850
Hex4590BA3F1701Bca2e32
Octal10522027277270333125662
Binary100010110010000101110101111111011101101111001010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4590BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4590BA; }

 p { color: rgb(69,144,186); }

 H1.HeaderClassName
 {
   color: #4590BA;
 }
 .AnyTagClassName
 {
   color: #4590BA;
 }
</style>
background-color css

<style>
 a { background-color: #4590BA; }

 a { background-color: rgb(69,144,186); }

 div.DivClassName
 {
   background-color: #4590BA;
 }
 .BgClassName
 {
   background-color: #4590BA;
 }
</style>
border-color css

<style>
 span { border-color: #4590BA; }

 span { border-color: rgb(69,144,186); }

 td.TdClassName
 {
   border-color: #4590BA;
 }
 .TagClassName
 {
   border-color: #4590BA;
 }
</style>