Html Css Color HEX #04524A Sherpa Blue

📋 copy color: '#04524A'

red 4 ◦ green 82 ◦ blue 74

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

Shades of Sherpa Blue #04524A

Tints of Sherpa Blue #04524A

RGB

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

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

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

R = 2.5%
G = 51.25%
B = 46.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#04524A (or 0x04524A) is known color: Sherpa Blue. HEX triplet: 04, 52 and 4A. RGB value is (4,82,74). Sum of RGB (Red+Green+Blue) = 4+82+74=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #04524A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04524A is #FBADB5. Grayscale: #393939. Windows color (decimal): -16494006 or 4870660. OLE color: 4870660.

HSL color Cylindrical-coordinate representation of color #04524A: hue angle of 173.85º 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 #04524A is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 74 -
CMYK 0.95 0 0.10 0.68
HSL 173.85º 0.91% 0.17% -
HSV(B) 173.85º 0.95% 0.32% -
XYZ 4.3 6.55 7.52 -
YUV 57.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 4 82 74 0.95 0 0.10 0.68 173.85 0.91 0.17
Hex 4 52 4A 5F 0 A 44 AE 5B 11
Octal 4 122 112 137 0 12 104 256 133 21
Binary 100 1010010 1001010 1011111 0 1010 1000100 10101110 1011011 10001

Color Harmonies of #04524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04524A

Black with #04524A

Text Example


Text Example

White with #04524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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