Html Css Color HEX #04424F Sherpa Blue

📋 copy color: '#04424F'

red 4 ◦ green 66 ◦ blue 79

#04424F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #04424F

Tints of Sherpa Blue #04424F

RGB

 RED value IS 4 (1.95% from 255) = 2.68%

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 2.68%
G = 44.3%
B = 53.02%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04424F (or 0x04424F) is known color: Sherpa Blue. HEX triplet: 04, 42 and 4F. RGB value is (4,66,79). Sum of RGB (Red+Green+Blue) = 4+66+79=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #04424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04424F is #FBBDB0. Grayscale: #303030. Windows color (decimal): -16498097 or 5194244. OLE color: 5194244.

HSL color Cylindrical-coordinate representation of color #04424F: hue angle of 190.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04424F is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 66 79 -
CMYK 0.95 0.16 0 0.69
HSL 190.4º 0.9% 0.16% -
HSV(B) 190.4º 0.95% 0.31% -
XYZ 3.41 4.49 8.08 -
YUV 48.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 4 66 79 0.95 0.16 0 0.69 190.4 0.9 0.16
Hex 4 42 4F 5F 10 0 45 BE 5A 10
Octal 4 102 117 137 20 0 105 276 132 20
Binary 100 1000010 1001111 1011111 10000 0 1000101 10111110 1011010 10000

Color Harmonies of #04424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04424F

Black with #04424F

Text Example


Text Example

White with #04424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04424F; }

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

 H1.HeaderClassName
 {
   color: #04424F;
 }
 .AnyTagClassName
 {
   color: #04424F;
 }
</style>

background-color css

<style>
 a { background-color: #04424F; }

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

 div.DivClassName
 {
   background-color: #04424F;
 }
 .BgClassName
 {
   background-color: #04424F;
 }
</style>

border-color css

<style>
 span { border-color: #04424F; }

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

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