#00485C

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

Shades of Sherpa Blue #00485C

Tints of Sherpa Blue #00485C

Color information

#00485C (or 0x00485C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 48 and 5C. RGB value is (0,72,92). Sum of RGB (Red+Green+Blue) = 0+72+92=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #00485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00485C is #FFB7A3. Grayscale: #343434. Windows color (decimal): -16758692 or 6047744. OLE color: 6047744.

HSL color Cylindrical-coordinate representation of color #00485C: hue angle of 193.04º 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 #00485C is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB07292-
CMYK10.2200.64
HSL193.04º100%18.04%-
HSV(B)193.04º100%36.08%-
XYZ4.255.4110.95-
YUV52.75150.1590.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=0%
G=43.90%
B=56.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0729210.2200.64193.0410018.04
Hex0485C6416040c16412
Octal011013414426010030114422
Binary0100100010111001100100101100100000011000001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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