Shades of Cornflower Blue #4B9CEA
Tints of Cornflower Blue #4B9CEA
RGB
CMYK
RGB Variations
Color information
#4B9CEA (or 0x4B9CEA) is known color: Cornflower Blue. HEX triplet: 4B, 9C and EA. RGB value is (75,156,234). Sum of RGB (Red+Green+Blue) = 75+156+234=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #4B9CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B9CEA is #B46315. Grayscale: #8C8C8C. Windows color (decimal): -11821846 or 15375435. OLE color: 15375435.
HSL color Cylindrical-coordinate representation of color #4B9CEA: hue angle of 209.43º 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 #4B9CEA is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 75 | 156 | 234 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.08 |
| HSL | 209.43º | 0.79% | 0.61% | - |
| HSV(B) | 209.43º | 0.68% | 0.92% | - |
| XYZ | 29.64 | 31.21 | 82.3 | - |
| YUV | 140.67 | 180.66 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 156 | 234 | 0.68 | 0.33 | 0 | 0.08 | 209.43 | 0.79 | 0.61 |
| Hex | 4B | 9C | EA | 44 | 21 | 0 | 8 | D1 | 4F | 3D |
| Octal | 113 | 234 | 352 | 104 | 41 | 0 | 10 | 321 | 117 | 75 |
| Binary | 1001011 | 10011100 | 11101010 | 1000100 | 100001 | 0 | 1000 | 11010001 | 1001111 | 111101 |
Color Harmonies of #4B9CEA
Complementary color
Monochromatic Colors of #4B9CEA
Black with #4B9CEA
Text Example
Text Example
White with #4B9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9CEA; }
p { color: rgb(75,156,234); }
H1.HeaderClassName
{
color: #4B9CEA;
}
.AnyTagClassName
{
color: #4B9CEA;
}
</style>
background-color css
<style>
a { background-color: #4B9CEA; }
a { background-color: rgb(75,156,234); }
div.DivClassName
{
background-color: #4B9CEA;
}
.BgClassName
{
background-color: #4B9CEA;
}
</style>
border-color css
<style>
span { border-color: #4B9CEA; }
span { border-color: rgb(75,156,234); }
td.TdClassName
{
border-color: #4B9CEA;
}
.TagClassName
{
border-color: #4B9CEA;
}
</style>