Html Css Color HEX #004A5B Sherpa Blue

📋 copy color: '#004A5B'

red 0 ◦ green 74 ◦ blue 91

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

Shades of Sherpa Blue #004A5B

Tints of Sherpa Blue #004A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

 BLUE value IS 91 (35.94% from 255) = 55.15%

R = 0%
G = 44.85%
B = 55.15%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#004A5B (or 0x004A5B) is known color: Sherpa Blue. HEX triplet: 00, 4A and 5B. RGB value is (0,74,91). Sum of RGB (Red+Green+Blue) = 0+74+91=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #004A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A5B is #FFB5A4. Grayscale: #353535. Windows color (decimal): -16758181 or 5982720. OLE color: 5982720.

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

Color convert

RGB 0 74 91 -
CMYK 1 0.19 0 0.64
HSL 191.21º 1% 0.18% -
HSV(B) 191.21º 1% 0.36% -
XYZ 4.34 5.65 10.76 -
YUV 53.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 0 74 91 1 0.19 0 0.64 191.21 1 0.18
Hex 0 4A 5B 64 13 0 40 BF 64 12
Octal 0 112 133 144 23 0 100 277 144 22
Binary 0 1001010 1011011 1100100 10011 0 1000000 10111111 1100100 10010

Color Harmonies of #004A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A5B

Black with #004A5B

Text Example


Text Example

White with #004A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,74,91); }

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

background-color css

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

 a { background-color: rgb(0,74,91); }

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

border-color css

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

 span { border-color: rgb(0,74,91); }

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