Html Css Color HEX #004A5C Sherpa Blue

📋 copy color: '#004A5C'

red 0 ◦ green 74 ◦ blue 92

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

Shades of Sherpa Blue #004A5C

Tints of Sherpa Blue #004A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 55.42%

R = 0%
G = 44.58%
B = 55.42%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#004A5C (or 0x004A5C) is known color: Sherpa Blue. HEX triplet: 00, 4A and 5C. RGB value is (0,74,92). Sum of RGB (Red+Green+Blue) = 0+74+92=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #004A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004A5C is #FFB5A3. Grayscale: #353535. Windows color (decimal): -16758180 or 6048256. OLE color: 6048256.

HSL color Cylindrical-coordinate representation of color #004A5C: hue angle of 191.74º 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 #004A5C is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 74 92 -
CMYK 1 0.20 0 0.64
HSL 191.74º 1% 0.18% -
HSV(B) 191.74º 1% 0.36% -
XYZ 4.38 5.67 10.99 -
YUV 53.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 0 74 92 1 0.20 0 0.64 191.74 1 0.18
Hex 0 4A 5C 64 14 0 40 C0 64 12
Octal 0 112 134 144 24 0 100 300 144 22
Binary 0 1001010 1011100 1100100 10100 0 1000000 11000000 1100100 10010

Color Harmonies of #004A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A5C

Black with #004A5C

Text Example


Text Example

White with #004A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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