Html Css Color HEX #00485C Sherpa Blue

📋 copy color: '#00485C'

red 0 ◦ green 72 ◦ blue 92

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

Shades of Sherpa Blue #00485C

Tints of Sherpa Blue #00485C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 72 (28.52% from 255) = 43.9%

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

R = 0%
G = 43.9%
B = 56.1%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00485C (or 0x00485C) is known color: 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

RGB 0 72 92 -
CMYK 1 0.22 0 0.64
HSL 193.04º 1% 0.18% -
HSV(B) 193.04º 1% 0.36% -
XYZ 4.25 5.41 10.95 -
YUV 52.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 0 72 92 1 0.22 0 0.64 193.04 1 0.18
Hex 0 48 5C 64 16 0 40 C1 64 12
Octal 0 110 134 144 26 0 100 301 144 22
Binary 0 1001000 1011100 1100100 10110 0 1000000 11000001 1100100 10010

Color Harmonies of #00485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00485C

Black with #00485C

Text Example


Text Example

White with #00485C

Text Example


Text Example

HTML Codes & Css Web 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>