Html Css Color HEX #04474A Sherpa Blue

📋 copy color: '#04474A'

red 4 ◦ green 71 ◦ blue 74

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

Shades of Sherpa Blue #04474A

Tints of Sherpa Blue #04474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 49.66%

R = 2.68%
G = 47.65%
B = 49.66%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04474A (or 0x04474A) is known color: Sherpa Blue. HEX triplet: 04, 47 and 4A. RGB value is (4,71,74). Sum of RGB (Red+Green+Blue) = 4+71+74=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #04474A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04474A is #FBB8B5. Grayscale: #333333. Windows color (decimal): -16496822 or 4867844. OLE color: 4867844.

HSL color Cylindrical-coordinate representation of color #04474A: hue angle of 182.57º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04474A is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 71 74 -
CMYK 0.95 0.04 0 0.71
HSL 182.57º 0.9% 0.15% -
HSV(B) 182.57º 0.95% 0.29% -
XYZ 3.54 5.03 7.26 -
YUV 51.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 4 71 74 0.95 0.04 0 0.71 182.57 0.9 0.15
Hex 4 47 4A 5F 4 0 47 B7 5A F
Octal 4 107 112 137 4 0 107 267 132 17
Binary 100 1000111 1001010 1011111 100 0 1000111 10110111 1011010 1111

Color Harmonies of #04474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04474A

Black with #04474A

Text Example


Text Example

White with #04474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04474A; }

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

 H1.HeaderClassName
 {
   color: #04474A;
 }
 .AnyTagClassName
 {
   color: #04474A;
 }
</style>

background-color css

<style>
 a { background-color: #04474A; }

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

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

border-color css

<style>
 span { border-color: #04474A; }

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

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