Html Css Color HEX #004F52 Sherpa Blue

📋 copy color: '#004F52'

red 0 ◦ green 79 ◦ blue 82

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

Shades of Sherpa Blue #004F52

Tints of Sherpa Blue #004F52

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 79 (31.25% from 255) = 49.07%

 BLUE value IS 82 (32.42% from 255) = 50.93%

R = 0%
G = 49.07%
B = 50.93%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#004F52 (or 0x004F52) is known color: Sherpa Blue. HEX triplet: 00, 4F and 52. RGB value is (0,79,82). Sum of RGB (Red+Green+Blue) = 0+79+82=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #004F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F52 is #FFB0AD. Grayscale: #373737. Windows color (decimal): -16756910 or 5394176. OLE color: 5394176.

HSL color Cylindrical-coordinate representation of color #004F52: hue angle of 182.2º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F52 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 79 82 -
CMYK 1 0.04 0 0.68
HSL 182.2º 1% 0.16% -
HSV(B) 182.2º 1% 0.32% -
XYZ 4.32 6.2 8.95 -
YUV 55.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 0 79 82 1 0.04 0 0.68 182.2 1 0.16
Hex 0 4F 52 64 4 0 44 B6 64 10
Octal 0 117 122 144 4 0 104 266 144 20
Binary 0 1001111 1010010 1100100 100 0 1000100 10110110 1100100 10000

Color Harmonies of #004F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F52

Black with #004F52

Text Example


Text Example

White with #004F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004F52; }

 p { color: rgb(0,79,82); }

 H1.HeaderClassName
 {
   color: #004F52;
 }
 .AnyTagClassName
 {
   color: #004F52;
 }
</style>

background-color css

<style>
 a { background-color: #004F52; }

 a { background-color: rgb(0,79,82); }

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

border-color css

<style>
 span { border-color: #004F52; }

 span { border-color: rgb(0,79,82); }

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