Html Css Color HEX #0428A6 International Klein Blue
📋 copy color: '#0428A6'red 4 ◦ green 40 ◦ blue 166
Shades of International Klein Blue #0428A6
Tints of International Klein Blue #0428A6
RGB
CMYK
RGB Variations
Color information
#0428A6 (or 0x0428A6) is known color: International Klein Blue. HEX triplet: 04, 28 and A6. RGB value is (4,40,166). Sum of RGB (Red+Green+Blue) = 4+40+166=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 166 (65.23% from 255 or 79.05% from 210); Max value from RGB is 166 - color contains mainly: blue. Hex color #0428A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0428A6 is #FBD759. Grayscale: #2B2B2B. Windows color (decimal): -16504666 or 10889220. OLE color: 10889220.
HSL color Cylindrical-coordinate representation of color #0428A6: hue angle of 226.67º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0428A6 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 40 | 166 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.35 |
| HSL | 226.67º | 0.95% | 0.33% | - |
| HSV(B) | 226.67º | 0.98% | 0.65% | - |
| XYZ | 7.69 | 4.3 | 36.5 | - |
| YUV | 43.6 | 197.07 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 40 | 166 | 0.98 | 0.76 | 0 | 0.35 | 226.67 | 0.95 | 0.33 |
| Hex | 4 | 28 | A6 | 62 | 4C | 0 | 23 | E3 | 5F | 21 |
| Octal | 4 | 50 | 246 | 142 | 114 | 0 | 43 | 343 | 137 | 41 |
| Binary | 100 | 101000 | 10100110 | 1100010 | 1001100 | 0 | 100011 | 11100011 | 1011111 | 100001 |
Color Harmonies of #0428A6
Complementary color
Monochromatic Colors of #0428A6
Black with #0428A6
Text Example
Text Example
White with #0428A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0428A6; }
p { color: rgb(4,40,166); }
H1.HeaderClassName
{
color: #0428A6;
}
.AnyTagClassName
{
color: #0428A6;
}
</style>
background-color css
<style>
a { background-color: #0428A6; }
a { background-color: rgb(4,40,166); }
div.DivClassName
{
background-color: #0428A6;
}
.BgClassName
{
background-color: #0428A6;
}
</style>
border-color css
<style>
span { border-color: #0428A6; }
span { border-color: rgb(4,40,166); }
td.TdClassName
{
border-color: #0428A6;
}
.TagClassName
{
border-color: #0428A6;
}
</style>