Html Css Color HEX #04475C Sherpa Blue

📋 copy color: '#04475C'

red 4 ◦ green 71 ◦ blue 92

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

Shades of Sherpa Blue #04475C

Tints of Sherpa Blue #04475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.09%

R = 2.4%
G = 42.51%
B = 55.09%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04475C (or 0x04475C) is known color: Sherpa Blue. HEX triplet: 04, 47 and 5C. RGB value is (4,71,92). Sum of RGB (Red+Green+Blue) = 4+71+92=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #04475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04475C is #FBB8A3. Grayscale: #353535. Windows color (decimal): -16496804 or 6047492. OLE color: 6047492.

HSL color Cylindrical-coordinate representation of color #04475C: hue angle of 194.32º 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 #04475C is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 71 92 -
CMYK 0.96 0.23 0 0.64
HSL 194.32º 0.92% 0.19% -
HSV(B) 194.32º 0.96% 0.36% -
XYZ 4.24 5.3 10.93 -
YUV 53.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 4 71 92 0.96 0.23 0 0.64 194.32 0.92 0.19
Hex 4 47 5C 60 17 0 40 C2 5C 13
Octal 4 107 134 140 27 0 100 302 134 23
Binary 100 1000111 1011100 1100000 10111 0 1000000 11000010 1011100 10011

Color Harmonies of #04475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04475C

Black with #04475C

Text Example


Text Example

White with #04475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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