Html Css Color HEX #004C61 Sherpa Blue

📋 copy color: '#004C61'

red 0 ◦ green 76 ◦ blue 97

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

Shades of Sherpa Blue #004C61

Tints of Sherpa Blue #004C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 97 (38.28% from 255) = 56.07%

R = 0%
G = 43.93%
B = 56.07%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#004C61 (or 0x004C61) is known color: Sherpa Blue. HEX triplet: 00, 4C and 61. RGB value is (0,76,97). Sum of RGB (Red+Green+Blue) = 0+76+97=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #004C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004C61 is #FFB39E. Grayscale: #373737. Windows color (decimal): -16757663 or 6376448. OLE color: 6376448.

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

Color convert

RGB 0 76 97 -
CMYK 1 0.22 0 0.62
HSL 192.99º 1% 0.19% -
HSV(B) 192.99º 1% 0.38% -
XYZ 4.74 6.03 12.22 -
YUV 55.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 0 76 97 1 0.22 0 0.62 192.99 1 0.19
Hex 0 4C 61 64 16 0 3E C1 64 13
Octal 0 114 141 144 26 0 76 301 144 23
Binary 0 1001100 1100001 1100100 10110 0 111110 11000001 1100100 10011

Color Harmonies of #004C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004C61

Black with #004C61

Text Example


Text Example

White with #004C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,76,97); }

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

background-color css

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

 a { background-color: rgb(0,76,97); }

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

border-color css

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

 span { border-color: rgb(0,76,97); }

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