Html Css Color HEX #04515B Sherpa Blue

📋 copy color: '#04515B'

red 4 ◦ green 81 ◦ blue 91

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

Shades of Sherpa Blue #04515B

Tints of Sherpa Blue #04515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 2.27%
G = 46.02%
B = 51.7%

CMYK

 C value IS 0.96

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04515B (or 0x04515B) is known color: Sherpa Blue. HEX triplet: 04, 51 and 5B. RGB value is (4,81,91). Sum of RGB (Red+Green+Blue) = 4+81+91=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #04515B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04515B is #FBAEA4. Grayscale: #3B3B3B. Windows color (decimal): -16494245 or 5984516. OLE color: 5984516.

HSL color Cylindrical-coordinate representation of color #04515B: hue angle of 186.9º 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 #04515B is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 81 91 -
CMYK 0.96 0.11 0 0.64
HSL 186.9º 0.92% 0.19% -
HSV(B) 186.9º 0.96% 0.36% -
XYZ 4.88 6.67 10.93 -
YUV 59.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 4 81 91 0.96 0.11 0 0.64 186.9 0.92 0.19
Hex 4 51 5B 60 B 0 40 BB 5C 13
Octal 4 121 133 140 13 0 100 273 134 23
Binary 100 1010001 1011011 1100000 1011 0 1000000 10111011 1011100 10011

Color Harmonies of #04515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04515B

Black with #04515B

Text Example


Text Example

White with #04515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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