Html Css Color HEX #04414C Sherpa Blue

📋 copy color: '#04414C'

red 4 ◦ green 65 ◦ blue 76

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

Shades of Sherpa Blue #04414C

Tints of Sherpa Blue #04414C

RGB

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

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

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

R = 2.76%
G = 44.83%
B = 52.41%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04414C (or 0x04414C) is known color: Sherpa Blue. HEX triplet: 04, 41 and 4C. RGB value is (4,65,76). Sum of RGB (Red+Green+Blue) = 4+65+76=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #04414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04414C is #FBBEB3. Grayscale: #2F2F2F. Windows color (decimal): -16498356 or 4997380. OLE color: 4997380.

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

Color convert

RGB 4 65 76 -
CMYK 0.95 0.14 0 0.70
HSL 189.17º 0.9% 0.16% -
HSV(B) 189.17º 0.95% 0.3% -
XYZ 3.24 4.33 7.5 -
YUV 48.02 143.79 96.61 -
System Red Green Blue C M Y K H S L
Decimal 4 65 76 0.95 0.14 0 0.70 189.17 0.9 0.16
Hex 4 41 4C 5F E 0 46 BD 5A 10
Octal 4 101 114 137 16 0 106 275 132 20
Binary 100 1000001 1001100 1011111 1110 0 1000110 10111101 1011010 10000

Color Harmonies of #04414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04414C

Black with #04414C

Text Example


Text Example

White with #04414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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