Html Css Color HEX #04534A Sherpa Blue

📋 copy color: '#04534A'

red 4 ◦ green 83 ◦ blue 74

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

Shades of Sherpa Blue #04534A

Tints of Sherpa Blue #04534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.55%

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

R = 2.48%
G = 51.55%
B = 45.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#04534A (or 0x04534A) is known color: Sherpa Blue. HEX triplet: 04, 53 and 4A. RGB value is (4,83,74). Sum of RGB (Red+Green+Blue) = 4+83+74=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #04534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04534A is #FBACB5. Grayscale: #3A3A3A. Windows color (decimal): -16493750 or 4870916. OLE color: 4870916.

HSL color Cylindrical-coordinate representation of color #04534A: hue angle of 173.16º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04534A is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 74 -
CMYK 0.95 0 0.11 0.67
HSL 173.16º 0.91% 0.17% -
HSV(B) 173.16º 0.95% 0.33% -
XYZ 4.38 6.71 7.54 -
YUV 58.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 4 83 74 0.95 0 0.11 0.67 173.16 0.91 0.17
Hex 4 53 4A 5F 0 B 43 AD 5B 11
Octal 4 123 112 137 0 13 103 255 133 21
Binary 100 1010011 1001010 1011111 0 1011 1000011 10101101 1011011 10001

Color Harmonies of #04534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04534A

Black with #04534A

Text Example


Text Example

White with #04534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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