Html Css Color HEX #00475C Sherpa Blue

📋 copy color: '#00475C'

red 0 ◦ green 71 ◦ blue 92

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

Shades of Sherpa Blue #00475C

Tints of Sherpa Blue #00475C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.56%
B = 56.44%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00475C (or 0x00475C) is known color: Sherpa Blue. HEX triplet: 00, 47 and 5C. RGB value is (0,71,92). Sum of RGB (Red+Green+Blue) = 0+71+92=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #00475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00475C is #FFB8A3. Grayscale: #343434. Windows color (decimal): -16758948 or 6047488. OLE color: 6047488.

HSL color Cylindrical-coordinate representation of color #00475C: hue angle of 193.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00475C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 71 92 -
CMYK 1 0.23 0 0.64
HSL 193.7º 1% 0.18% -
HSV(B) 193.7º 1% 0.36% -
XYZ 4.19 5.28 10.92 -
YUV 52.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 0 71 92 1 0.23 0 0.64 193.7 1 0.18
Hex 0 47 5C 64 17 0 40 C2 64 12
Octal 0 107 134 144 27 0 100 302 144 22
Binary 0 1000111 1011100 1100100 10111 0 1000000 11000010 1100100 10010

Color Harmonies of #00475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00475C

Black with #00475C

Text Example


Text Example

White with #00475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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