#04425B

Color #04425B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #04425B

Tints of Sherpa Blue #04425B

Color information

#04425B (or 0x04425B) is unknown color: approx Sherpa Blue. HEX triplet: 04, 42 and 5B. RGB value is (4,66,91). Sum of RGB (Red+Green+Blue) = 4+66+91=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #04425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04425B is #FBBDA4. Grayscale: #323232. Windows color (decimal): -16498085 or 5980676. OLE color: 5980676.

HSL color Cylindrical-coordinate representation of color #04425B: hue angle of 197.24º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04425B is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB46691-
CMYK0.960.2700.64
HSL197.24º91.58%18.63%-
HSV(B)197.24º95.6%35.69%-
XYZ3.894.6810.6-
YUV50.31150.9694.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=2.48%
G=40.99%
B=56.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal466910.960.2700.64197.2491.5818.63
Hex4425B601B040c55c13
Octal410213314033010030513423
Binary100100001010110111100000110110100000011000101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04425B; }

 p { color: rgb(4,66,91); }

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

<style>
 a { background-color: #04425B; }

 a { background-color: rgb(4,66,91); }

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

<style>
 span { border-color: #04425B; }

 span { border-color: rgb(4,66,91); }

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