Html Css Color HEX #04475D Sherpa Blue

📋 copy color: '#04475D'

red 4 ◦ green 71 ◦ blue 93

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

Shades of Sherpa Blue #04475D

Tints of Sherpa Blue #04475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 2.38%
G = 42.26%
B = 55.36%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04475D (or 0x04475D) is known color: Sherpa Blue. HEX triplet: 04, 47 and 5D. RGB value is (4,71,93). Sum of RGB (Red+Green+Blue) = 4+71+93=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #04475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04475D is #FBB8A2. Grayscale: #353535. Windows color (decimal): -16496803 or 6113028. OLE color: 6113028.

HSL color Cylindrical-coordinate representation of color #04475D: hue angle of 194.83º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04475D is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 71 93 -
CMYK 0.96 0.24 0 0.64
HSL 194.83º 0.92% 0.19% -
HSV(B) 194.83º 0.96% 0.36% -
XYZ 4.28 5.32 11.16 -
YUV 53.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 4 71 93 0.96 0.24 0 0.64 194.83 0.92 0.19
Hex 4 47 5D 60 18 0 40 C3 5C 13
Octal 4 107 135 140 30 0 100 303 134 23
Binary 100 1000111 1011101 1100000 11000 0 1000000 11000011 1011100 10011

Color Harmonies of #04475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04475D

Black with #04475D

Text Example


Text Example

White with #04475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,71,93); }

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

background-color css

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

 a { background-color: rgb(4,71,93); }

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

border-color css

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

 span { border-color: rgb(4,71,93); }

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