Html Css Color HEX #04485D Sherpa Blue

📋 copy color: '#04485D'

red 4 ◦ green 72 ◦ blue 93

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

Shades of Sherpa Blue #04485D

Tints of Sherpa Blue #04485D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.03%

R = 2.37%
G = 42.6%
B = 55.03%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04485D (or 0x04485D) is known color: Sherpa Blue. HEX triplet: 04, 48 and 5D. RGB value is (4,72,93). Sum of RGB (Red+Green+Blue) = 4+72+93=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #04485D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04485D is #FBB7A2. Grayscale: #353535. Windows color (decimal): -16496547 or 6113284. OLE color: 6113284.

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

Color convert

RGB 4 72 93 -
CMYK 0.96 0.23 0 0.64
HSL 194.16º 0.92% 0.19% -
HSV(B) 194.16º 0.96% 0.36% -
XYZ 4.34 5.45 11.18 -
YUV 54.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 4 72 93 0.96 0.23 0 0.64 194.16 0.92 0.19
Hex 4 48 5D 60 17 0 40 C2 5C 13
Octal 4 110 135 140 27 0 100 302 134 23
Binary 100 1001000 1011101 1100000 10111 0 1000000 11000010 1011100 10011

Color Harmonies of #04485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04485D

Black with #04485D

Text Example


Text Example

White with #04485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04485D; }

 p { color: rgb(4,72,93); }

 H1.HeaderClassName
 {
   color: #04485D;
 }
 .AnyTagClassName
 {
   color: #04485D;
 }
</style>

background-color css

<style>
 a { background-color: #04485D; }

 a { background-color: rgb(4,72,93); }

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

border-color css

<style>
 span { border-color: #04485D; }

 span { border-color: rgb(4,72,93); }

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