#0428B6

Color #0428B6 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #0428B6

Tints of International Klein Blue #0428B6

Color information

#0428B6 (or 0x0428B6) is unknown color: approx International Klein Blue. HEX triplet: 04, 28 and B6. RGB value is (4,40,182). Sum of RGB (Red+Green+Blue) = 4+40+182=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 182 (71.48% from 255 or 80.53% from 226); Max value from RGB is 182 - color contains mainly: blue. Hex color #0428B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0428B6 is #FBD749. Grayscale: #2C2C2C. Windows color (decimal): -16504650 or 11937796. OLE color: 11937796.

HSL color Cylindrical-coordinate representation of color #0428B6: hue angle of 227.87º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0428B6 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB440182-
CMYK0.980.7800.29
HSL227.87º95.7%36.47%-
HSV(B)227.87º97.8%71.37%-
XYZ9.254.9244.72-
YUV45.42205.0798.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 182 (71.48% from 255) = 80.53%
R=1.77%
G=17.70%
B=80.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal4401820.980.7800.29227.8795.736.47
Hex428B6624E01De46024
Octal45026614211603534414044
Binary1001010001011011011000101001110011101111001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0428B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0428B6; }

 p { color: rgb(4,40,182); }

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

<style>
 a { background-color: #0428B6; }

 a { background-color: rgb(4,40,182); }

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

<style>
 span { border-color: #0428B6; }

 span { border-color: rgb(4,40,182); }

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