Html Css Color HEX #00474C Sherpa Blue

📋 copy color: '#00474C'

red 0 ◦ green 71 ◦ blue 76

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

Shades of Sherpa Blue #00474C

Tints of Sherpa Blue #00474C

RGB

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

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

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

R = 0%
G = 48.3%
B = 51.7%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00474C (or 0x00474C) is known color: Sherpa Blue. HEX triplet: 00, 47 and 4C. RGB value is (0,71,76). Sum of RGB (Red+Green+Blue) = 0+71+76=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #00474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00474C is #FFB8B3. Grayscale: #323232. Windows color (decimal): -16758964 or 4998912. OLE color: 4998912.

HSL color Cylindrical-coordinate representation of color #00474C: hue angle of 183.95º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00474C is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 71 76 -
CMYK 1 0.07 0 0.70
HSL 183.95º 1% 0.15% -
HSV(B) 183.95º 1% 0.3% -
XYZ 3.56 5.03 7.62 -
YUV 50.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 0 71 76 1 0.07 0 0.70 183.95 1 0.15
Hex 0 47 4C 64 7 0 46 B8 64 F
Octal 0 107 114 144 7 0 106 270 144 17
Binary 0 1000111 1001100 1100100 111 0 1000110 10111000 1100100 1111

Color Harmonies of #00474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00474C

Black with #00474C

Text Example


Text Example

White with #00474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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