#004B5C

Color #004B5C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #004B5C

Tints of Sherpa Blue #004B5C

Color information

#004B5C (or 0x004B5C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 4B and 5C. RGB value is (0,75,92). Sum of RGB (Red+Green+Blue) = 0+75+92=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #004B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004B5C is #FFB4A3. Grayscale: #363636. Windows color (decimal): -16757924 or 6048512. OLE color: 6048512.

HSL color Cylindrical-coordinate representation of color #004B5C: hue angle of 191.09º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B5C is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB07592-
CMYK10.1800.64
HSL191.09º100%18.04%-
HSV(B)191.09º100%36.08%-
XYZ4.455.811.01-
YUV54.51149.1589.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 92 (36.33% from 255) = 55.09%
R=0%
G=44.91%
B=55.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0759210.1800.64191.0910018.04
Hex04B5C6412040bf6412
Octal011313414422010027714422
Binary0100101110111001100100100100100000010111111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,75,92); }

 H1.HeaderClassName
 {
   color: #004B5C;
 }
 .AnyTagClassName
 {
   color: #004B5C;
 }
</style>
background-color css

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

 a { background-color: rgb(0,75,92); }

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

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

 span { border-color: rgb(0,75,92); }

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