Html Css Color HEX #04414A Sherpa Blue

📋 copy color: '#04414A'

red 4 ◦ green 65 ◦ blue 74

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

Shades of Sherpa Blue #04414A

Tints of Sherpa Blue #04414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 2.8%
G = 45.45%
B = 51.75%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04414A (or 0x04414A) is known color: Sherpa Blue. HEX triplet: 04, 41 and 4A. RGB value is (4,65,74). Sum of RGB (Red+Green+Blue) = 4+65+74=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #04414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04414A is #FBBEB5. Grayscale: #2F2F2F. Windows color (decimal): -16498358 or 4866308. OLE color: 4866308.

HSL color Cylindrical-coordinate representation of color #04414A: hue angle of 187.71º 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 #04414A is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 65 74 -
CMYK 0.95 0.12 0 0.71
HSL 187.71º 0.9% 0.15% -
HSV(B) 187.71º 0.95% 0.29% -
XYZ 3.18 4.3 7.14 -
YUV 47.79 142.79 96.77 -
System Red Green Blue C M Y K H S L
Decimal 4 65 74 0.95 0.12 0 0.71 187.71 0.9 0.15
Hex 4 41 4A 5F C 0 47 BC 5A F
Octal 4 101 112 137 14 0 107 274 132 17
Binary 100 1000001 1001010 1011111 1100 0 1000111 10111100 1011010 1111

Color Harmonies of #04414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04414A

Black with #04414A

Text Example


Text Example

White with #04414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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