Html Css Color HEX #04424A Sherpa Blue

📋 copy color: '#04424A'

red 4 ◦ green 66 ◦ blue 74

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

Shades of Sherpa Blue #04424A

Tints of Sherpa Blue #04424A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 2.78%
G = 45.83%
B = 51.39%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04424A (or 0x04424A) is known color: Sherpa Blue. HEX triplet: 04, 42 and 4A. RGB value is (4,66,74). Sum of RGB (Red+Green+Blue) = 4+66+74=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #04424A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04424A is #FBBDB5. Grayscale: #303030. Windows color (decimal): -16498102 or 4866564. OLE color: 4866564.

HSL color Cylindrical-coordinate representation of color #04424A: hue angle of 186.86º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04424A is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 66 74 -
CMYK 0.95 0.11 0 0.71
HSL 186.86º 0.9% 0.15% -
HSV(B) 186.86º 0.95% 0.29% -
XYZ 3.23 4.42 7.16 -
YUV 48.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 4 66 74 0.95 0.11 0 0.71 186.86 0.9 0.15
Hex 4 42 4A 5F B 0 47 BB 5A F
Octal 4 102 112 137 13 0 107 273 132 17
Binary 100 1000010 1001010 1011111 1011 0 1000111 10111011 1011010 1111

Color Harmonies of #04424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04424A

Black with #04424A

Text Example


Text Example

White with #04424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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