Html Css Color HEX #04515C Sherpa Blue

📋 copy color: '#04515C'

red 4 ◦ green 81 ◦ blue 92

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

Shades of Sherpa Blue #04515C

Tints of Sherpa Blue #04515C

RGB

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

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

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

R = 2.26%
G = 45.76%
B = 51.98%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04515C (or 0x04515C) is known color: Sherpa Blue. HEX triplet: 04, 51 and 5C. RGB value is (4,81,92). Sum of RGB (Red+Green+Blue) = 4+81+92=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #04515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04515C is #FBAEA3. Grayscale: #3B3B3B. Windows color (decimal): -16494244 or 6050052. OLE color: 6050052.

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

Color convert

RGB 4 81 92 -
CMYK 0.96 0.12 0 0.64
HSL 187.5º 0.92% 0.19% -
HSV(B) 187.5º 0.96% 0.36% -
XYZ 4.92 6.68 11.16 -
YUV 59.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 4 81 92 0.96 0.12 0 0.64 187.5 0.92 0.19
Hex 4 51 5C 60 C 0 40 BC 5C 13
Octal 4 121 134 140 14 0 100 274 134 23
Binary 100 1010001 1011100 1100000 1100 0 1000000 10111100 1011100 10011

Color Harmonies of #04515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04515C

Black with #04515C

Text Example


Text Example

White with #04515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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