Html Css Color HEX #004F5A Sherpa Blue

📋 copy color: '#004F5A'

red 0 ◦ green 79 ◦ blue 90

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

Shades of Sherpa Blue #004F5A

Tints of Sherpa Blue #004F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 0%
G = 46.75%
B = 53.25%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#004F5A (or 0x004F5A) is known color: Sherpa Blue. HEX triplet: 00, 4F and 5A. RGB value is (0,79,90). Sum of RGB (Red+Green+Blue) = 0+79+90=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #004F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #004F5A is #FFB0A5. Grayscale: #383838. Windows color (decimal): -16756902 or 5918464. OLE color: 5918464.

HSL color Cylindrical-coordinate representation of color #004F5A: hue angle of 187.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F5A is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 79 90 -
CMYK 1 0.12 0 0.65
HSL 187.33º 1% 0.18% -
HSV(B) 187.33º 1% 0.35% -
XYZ 4.64 6.33 10.65 -
YUV 56.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 0 79 90 1 0.12 0 0.65 187.33 1 0.18
Hex 0 4F 5A 64 C 0 41 BB 64 12
Octal 0 117 132 144 14 0 101 273 144 22
Binary 0 1001111 1011010 1100100 1100 0 1000001 10111011 1100100 10010

Color Harmonies of #004F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F5A

Black with #004F5A

Text Example


Text Example

White with #004F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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