Html Css Color HEX #04424C Sherpa Blue

📋 copy color: '#04424C'

red 4 ◦ green 66 ◦ blue 76

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

Shades of Sherpa Blue #04424C

Tints of Sherpa Blue #04424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 2.74%
G = 45.21%
B = 52.05%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04424C (or 0x04424C) is known color: Sherpa Blue. HEX triplet: 04, 42 and 4C. RGB value is (4,66,76). Sum of RGB (Red+Green+Blue) = 4+66+76=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #04424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04424C is #FBBDB3. Grayscale: #303030. Windows color (decimal): -16498100 or 4997636. OLE color: 4997636.

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

Color convert

RGB 4 66 76 -
CMYK 0.95 0.13 0 0.70
HSL 188.33º 0.9% 0.16% -
HSV(B) 188.33º 0.95% 0.3% -
XYZ 3.3 4.44 7.52 -
YUV 48.6 143.46 96.19 -
System Red Green Blue C M Y K H S L
Decimal 4 66 76 0.95 0.13 0 0.70 188.33 0.9 0.16
Hex 4 42 4C 5F D 0 46 BC 5A 10
Octal 4 102 114 137 15 0 106 274 132 20
Binary 100 1000010 1001100 1011111 1101 0 1000110 10111100 1011010 10000

Color Harmonies of #04424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04424C

Black with #04424C

Text Example


Text Example

White with #04424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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