Html Css Color HEX #04474B Sherpa Blue

📋 copy color: '#04474B'

red 4 ◦ green 71 ◦ blue 75

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

Shades of Sherpa Blue #04474B

Tints of Sherpa Blue #04474B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50%

R = 2.67%
G = 47.33%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04474B (or 0x04474B) is known color: Sherpa Blue. HEX triplet: 04, 47 and 4B. RGB value is (4,71,75). Sum of RGB (Red+Green+Blue) = 4+71+75=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #04474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04474B is #FBB8B4. Grayscale: #333333. Windows color (decimal): -16496821 or 4933380. OLE color: 4933380.

HSL color Cylindrical-coordinate representation of color #04474B: hue angle of 183.38º 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 #04474B is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 71 75 -
CMYK 0.95 0.05 0 0.71
HSL 183.38º 0.9% 0.15% -
HSV(B) 183.38º 0.95% 0.29% -
XYZ 3.57 5.04 7.44 -
YUV 51.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 4 71 75 0.95 0.05 0 0.71 183.38 0.9 0.15
Hex 4 47 4B 5F 5 0 47 B7 5A F
Octal 4 107 113 137 5 0 107 267 132 17
Binary 100 1000111 1001011 1011111 101 0 1000111 10110111 1011010 1111

Color Harmonies of #04474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04474B

Black with #04474B

Text Example


Text Example

White with #04474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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