#4590EA

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

Shades of Cornflower Blue #4590EA

Tints of Cornflower Blue #4590EA

Color information

#4590EA (or 0x4590EA) is unknown color: approx Cornflower Blue. HEX triplet: 45, 90 and EA. RGB value is (69,144,234). Sum of RGB (Red+Green+Blue) = 69+144+234=447 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.44% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #4590EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4590EA is #BA6F15. Grayscale: #838383. Windows color (decimal): -12218134 or 15372357. OLE color: 15372357.

HSL color Cylindrical-coordinate representation of color #4590EA: hue angle of 212.73º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4590EA is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB69144234-
CMYK0.710.3800.08
HSL212.73º79.71%59.41%-
HSV(B)212.73º70.51%91.76%-
XYZ27.2827.1581.65-
YUV131.83185.6583.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.44%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 234 (91.80% from 255) = 52.35%
R=15.44%
G=32.21%
B=52.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal691442340.710.3800.08212.7379.7159.41
Hex4590EA472608d5503b
Octal1052203521074601032512073
Binary10001011001000011101010100011110011001000110101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4590EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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