Html Css Color HEX #04404D Sherpa Blue

📋 copy color: '#04404D'

red 4 ◦ green 64 ◦ blue 77

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

Shades of Sherpa Blue #04404D

Tints of Sherpa Blue #04404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.14%

 BLUE value IS 77 (30.47% from 255) = 53.1%

R = 2.76%
G = 44.14%
B = 53.1%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04404D (or 0x04404D) is known color: Sherpa Blue. HEX triplet: 04, 40 and 4D. RGB value is (4,64,77). Sum of RGB (Red+Green+Blue) = 4+64+77=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #04404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04404D is #FBBFB2. Grayscale: #2F2F2F. Windows color (decimal): -16498611 or 5062660. OLE color: 5062660.

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

Color convert

RGB 4 64 77 -
CMYK 0.95 0.17 0 0.70
HSL 190.68º 0.9% 0.16% -
HSV(B) 190.68º 0.95% 0.3% -
XYZ 3.22 4.23 7.67 -
YUV 47.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 4 64 77 0.95 0.17 0 0.70 190.68 0.9 0.16
Hex 4 40 4D 5F 11 0 46 BF 5A 10
Octal 4 100 115 137 21 0 106 277 132 20
Binary 100 1000000 1001101 1011111 10001 0 1000110 10111111 1011010 10000

Color Harmonies of #04404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04404D

Black with #04404D

Text Example


Text Example

White with #04404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04404D; }

 p { color: rgb(4,64,77); }

 H1.HeaderClassName
 {
   color: #04404D;
 }
 .AnyTagClassName
 {
   color: #04404D;
 }
</style>

background-color css

<style>
 a { background-color: #04404D; }

 a { background-color: rgb(4,64,77); }

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

border-color css

<style>
 span { border-color: #04404D; }

 span { border-color: rgb(4,64,77); }

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