Html Css Color HEX #04534B Sherpa Blue

📋 copy color: '#04534B'

red 4 ◦ green 83 ◦ blue 75

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

Shades of Sherpa Blue #04534B

Tints of Sherpa Blue #04534B

RGB

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

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

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

R = 2.47%
G = 51.23%
B = 46.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#04534B (or 0x04534B) is known color: Sherpa Blue. HEX triplet: 04, 53 and 4B. RGB value is (4,83,75). Sum of RGB (Red+Green+Blue) = 4+83+75=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #04534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04534B is #FBACB4. Grayscale: #3A3A3A. Windows color (decimal): -16493749 or 4936452. OLE color: 4936452.

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

Color convert

RGB 4 83 75 -
CMYK 0.95 0 0.10 0.67
HSL 173.92º 0.91% 0.17% -
HSV(B) 173.92º 0.95% 0.33% -
XYZ 4.41 6.72 7.72 -
YUV 58.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 4 83 75 0.95 0 0.10 0.67 173.92 0.91 0.17
Hex 4 53 4B 5F 0 A 43 AE 5B 11
Octal 4 123 113 137 0 12 103 256 133 21
Binary 100 1010011 1001011 1011111 0 1010 1000011 10101110 1011011 10001

Color Harmonies of #04534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04534B

Black with #04534B

Text Example


Text Example

White with #04534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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