Html Css Color HEX #04524D Sherpa Blue

📋 copy color: '#04524D'

red 4 ◦ green 82 ◦ blue 77

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

Shades of Sherpa Blue #04524D

Tints of Sherpa Blue #04524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.31%

 BLUE value IS 77 (30.47% from 255) = 47.24%

R = 2.45%
G = 50.31%
B = 47.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#04524D (or 0x04524D) is known color: Sherpa Blue. HEX triplet: 04, 52 and 4D. RGB value is (4,82,77). Sum of RGB (Red+Green+Blue) = 4+82+77=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #04524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04524D is #FBADB2. Grayscale: #3A3A3A. Windows color (decimal): -16494003 or 5067268. OLE color: 5067268.

HSL color Cylindrical-coordinate representation of color #04524D: hue angle of 176.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04524D is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 77 -
CMYK 0.95 0 0.06 0.68
HSL 176.15º 0.91% 0.17% -
HSV(B) 176.15º 0.95% 0.32% -
XYZ 4.41 6.6 8.06 -
YUV 58.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 4 82 77 0.95 0 0.06 0.68 176.15 0.91 0.17
Hex 4 52 4D 5F 0 6 44 B0 5B 11
Octal 4 122 115 137 0 6 104 260 133 21
Binary 100 1010010 1001101 1011111 0 110 1000100 10110000 1011011 10001

Color Harmonies of #04524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04524D

Black with #04524D

Text Example


Text Example

White with #04524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04524D; }

 p { color: rgb(4,82,77); }

 H1.HeaderClassName
 {
   color: #04524D;
 }
 .AnyTagClassName
 {
   color: #04524D;
 }
</style>

background-color css

<style>
 a { background-color: #04524D; }

 a { background-color: rgb(4,82,77); }

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

border-color css

<style>
 span { border-color: #04524D; }

 span { border-color: rgb(4,82,77); }

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