#4590CF

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

Shades of Curious Blue #4590CF

Tints of Curious Blue #4590CF

Color information

#4590CF (or 0x4590CF) is unknown color: approx Curious Blue. HEX triplet: 45, 90 and CF. RGB value is (69,144,207). Sum of RGB (Red+Green+Blue) = 69+144+207=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #4590CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4590CF is #BA6F30. Grayscale: #808080. Windows color (decimal): -12218161 or 13602885. OLE color: 13602885.

HSL color Cylindrical-coordinate representation of color #4590CF: hue angle of 207.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4590CF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB69144207-
CMYK0.670.3000.19
HSL207.39º58.97%54.12%-
HSV(B)207.39º66.67%81.18%-
XYZ23.6925.7262.75-
YUV128.76172.1585.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.43%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=16.43%
G=34.29%
B=49.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal691442070.670.3000.19207.3958.9754.12
Hex4590CF431E013cf3b36
Octal105220317103360233177366
Binary1000101100100001100111110000111111001001111001111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4590CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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