Html Css Color HEX #004A45 Sherpa Blue

📋 copy color: '#004A45'

red 0 ◦ green 74 ◦ blue 69

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

Shades of Sherpa Blue #004A45

Tints of Sherpa Blue #004A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 48.25%

R = 0%
G = 51.75%
B = 48.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#004A45 (or 0x004A45) is known color: Sherpa Blue. HEX triplet: 00, 4A and 45. RGB value is (0,74,69). Sum of RGB (Red+Green+Blue) = 0+74+69=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 69 (27.34% from 255 or 48.25% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #004A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A45 is #FFB5BA. Grayscale: #333333. Windows color (decimal): -16758203 or 4540928. OLE color: 4540928.

HSL color Cylindrical-coordinate representation of color #004A45: hue angle of 175.95º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A45 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 74 69 -
CMYK 1 0 0.07 0.71
HSL 175.95º 1% 0.15% -
HSV(B) 175.95º 1% 0.29% -
XYZ 3.52 5.33 6.47 -
YUV 51.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 0 74 69 1 0 0.07 0.71 175.95 1 0.15
Hex 0 4A 45 64 0 7 47 B0 64 F
Octal 0 112 105 144 0 7 107 260 144 17
Binary 0 1001010 1000101 1100100 0 111 1000111 10110000 1100100 1111

Color Harmonies of #004A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A45

Black with #004A45

Text Example


Text Example

White with #004A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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