Html Css Color HEX #04514A Sherpa Blue

📋 copy color: '#04514A'

red 4 ◦ green 81 ◦ blue 74

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

Shades of Sherpa Blue #04514A

Tints of Sherpa Blue #04514A

RGB

 RED value IS 4 (1.95% from 255) = 2.52%

 GREEN value IS 81 (32.03% from 255) = 50.94%

 BLUE value IS 74 (29.3% from 255) = 46.54%

R = 2.52%
G = 50.94%
B = 46.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#04514A (or 0x04514A) is known color: Sherpa Blue. HEX triplet: 04, 51 and 4A. RGB value is (4,81,74). Sum of RGB (Red+Green+Blue) = 4+81+74=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #04514A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04514A is #FBAEB5. Grayscale: #393939. Windows color (decimal): -16494262 or 4870404. OLE color: 4870404.

HSL color Cylindrical-coordinate representation of color #04514A: hue angle of 174.55º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04514A is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 81 74 -
CMYK 0.95 0 0.09 0.68
HSL 174.55º 0.91% 0.17% -
HSV(B) 174.55º 0.95% 0.32% -
XYZ 4.23 6.41 7.49 -
YUV 57.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 4 81 74 0.95 0 0.09 0.68 174.55 0.91 0.17
Hex 4 51 4A 5F 0 9 44 AF 5B 11
Octal 4 121 112 137 0 11 104 257 133 21
Binary 100 1010001 1001010 1011111 0 1001 1000100 10101111 1011011 10001

Color Harmonies of #04514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04514A

Black with #04514A

Text Example


Text Example

White with #04514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04514A; }

 p { color: rgb(4,81,74); }

 H1.HeaderClassName
 {
   color: #04514A;
 }
 .AnyTagClassName
 {
   color: #04514A;
 }
</style>

background-color css

<style>
 a { background-color: #04514A; }

 a { background-color: rgb(4,81,74); }

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

border-color css

<style>
 span { border-color: #04514A; }

 span { border-color: rgb(4,81,74); }

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