#4B9AEA

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

Shades of Cornflower Blue #4B9AEA

Tints of Cornflower Blue #4B9AEA

Color information

#4B9AEA (or 0x4B9AEA) is unknown color: approx Cornflower Blue. HEX triplet: 4B, 9A and EA. RGB value is (75,154,234). Sum of RGB (Red+Green+Blue) = 75+154+234=463 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.20% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B9AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9AEA is #B46515. Grayscale: #8B8B8B. Windows color (decimal): -11822358 or 15374923. OLE color: 15374923.

HSL color Cylindrical-coordinate representation of color #4B9AEA: hue angle of 210.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B9AEA is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB75154234-
CMYK0.680.3400.08
HSL210.19º79.1%60.59%-
HSV(B)210.19º67.95%91.76%-
XYZ29.3130.5582.19-
YUV139.5181.3382-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.20%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=16.20%
G=33.26%
B=50.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal751542340.680.3400.08210.1979.160.59
Hex4B9AEA442208d24f3d
Octal1132323521044201032211775
Binary10010111001101011101010100010010001001000110100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9AEA; }

 p { color: rgb(75,154,234); }

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

<style>
 a { background-color: #4B9AEA; }

 a { background-color: rgb(75,154,234); }

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

<style>
 span { border-color: #4B9AEA; }

 span { border-color: rgb(75,154,234); }

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