Html Css Color HEX #04515F Sherpa Blue

📋 copy color: '#04515F'

red 4 ◦ green 81 ◦ blue 95

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

Shades of Sherpa Blue #04515F

Tints of Sherpa Blue #04515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.78%

R = 2.22%
G = 45%
B = 52.78%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04515F (or 0x04515F) is known color: Sherpa Blue. HEX triplet: 04, 51 and 5F. RGB value is (4,81,95). Sum of RGB (Red+Green+Blue) = 4+81+95=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #04515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04515F is #FBAEA0. Grayscale: #3B3B3B. Windows color (decimal): -16494241 or 6246660. OLE color: 6246660.

HSL color Cylindrical-coordinate representation of color #04515F: hue angle of 189.23º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04515F is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 81 95 -
CMYK 0.96 0.15 0 0.63
HSL 189.23º 0.92% 0.19% -
HSV(B) 189.23º 0.96% 0.37% -
XYZ 5.06 6.74 11.86 -
YUV 59.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 4 81 95 0.96 0.15 0 0.63 189.23 0.92 0.19
Hex 4 51 5F 60 F 0 3F BD 5C 13
Octal 4 121 137 140 17 0 77 275 134 23
Binary 100 1010001 1011111 1100000 1111 0 111111 10111101 1011100 10011

Color Harmonies of #04515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04515F

Black with #04515F

Text Example


Text Example

White with #04515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04515F; }

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

 H1.HeaderClassName
 {
   color: #04515F;
 }
 .AnyTagClassName
 {
   color: #04515F;
 }
</style>

background-color css

<style>
 a { background-color: #04515F; }

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

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

border-color css

<style>
 span { border-color: #04515F; }

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

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