Shades of Cornflower Blue #4795F5
Tints of Cornflower Blue #4795F5
RGB
CMYK
RGB Variations
Color information
#4795F5 (or 0x4795F5) is known color: Cornflower Blue. HEX triplet: 47, 95 and F5. RGB value is (71,149,245). Sum of RGB (Red+Green+Blue) = 71+149+245=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 245 (96.09% from 255 or 52.69% from 465); Max value from RGB is 245 - color contains mainly: blue. Hex color #4795F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4795F5 is #B86A0A. Grayscale: #888888. Windows color (decimal): -12085771 or 16094535. OLE color: 16094535.
HSL color Cylindrical-coordinate representation of color #4795F5: hue angle of 213.1º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4795F5 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 149 | 245 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.04 |
| HSL | 213.1º | 0.9% | 0.62% | - |
| HSV(B) | 213.1º | 0.71% | 0.96% | - |
| XYZ | 29.83 | 29.43 | 90.49 | - |
| YUV | 136.62 | 189.16 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 245 | 0.71 | 0.39 | 0 | 0.04 | 213.1 | 0.9 | 0.62 |
| Hex | 47 | 95 | F5 | 47 | 27 | 0 | 4 | D5 | 5A | 3E |
| Octal | 107 | 225 | 365 | 107 | 47 | 0 | 4 | 325 | 132 | 76 |
| Binary | 1000111 | 10010101 | 11110101 | 1000111 | 100111 | 0 | 100 | 11010101 | 1011010 | 111110 |
Color Harmonies of #4795F5
Complementary color
Monochromatic Colors of #4795F5
Black with #4795F5
Text Example
Text Example
White with #4795F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4795F5; }
p { color: rgb(71,149,245); }
H1.HeaderClassName
{
color: #4795F5;
}
.AnyTagClassName
{
color: #4795F5;
}
</style>
background-color css
<style>
a { background-color: #4795F5; }
a { background-color: rgb(71,149,245); }
div.DivClassName
{
background-color: #4795F5;
}
.BgClassName
{
background-color: #4795F5;
}
</style>
border-color css
<style>
span { border-color: #4795F5; }
span { border-color: rgb(71,149,245); }
td.TdClassName
{
border-color: #4795F5;
}
.TagClassName
{
border-color: #4795F5;
}
</style>