Html Css Color HEX #04495D Sherpa Blue

📋 copy color: '#04495D'

red 4 ◦ green 73 ◦ blue 93

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

Shades of Sherpa Blue #04495D

Tints of Sherpa Blue #04495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

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

R = 2.35%
G = 42.94%
B = 54.71%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04495D (or 0x04495D) is known color: Sherpa Blue. HEX triplet: 04, 49 and 5D. RGB value is (4,73,93). Sum of RGB (Red+Green+Blue) = 4+73+93=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #04495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04495D is #FBB6A2. Grayscale: #363636. Windows color (decimal): -16496291 or 6113540. OLE color: 6113540.

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

Color convert

RGB 4 73 93 -
CMYK 0.96 0.22 0 0.64
HSL 193.48º 0.92% 0.19% -
HSV(B) 193.48º 0.96% 0.36% -
XYZ 4.41 5.58 11.2 -
YUV 54.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 4 73 93 0.96 0.22 0 0.64 193.48 0.92 0.19
Hex 4 49 5D 60 16 0 40 C1 5C 13
Octal 4 111 135 140 26 0 100 301 134 23
Binary 100 1001001 1011101 1100000 10110 0 1000000 11000001 1011100 10011

Color Harmonies of #04495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04495D

Black with #04495D

Text Example


Text Example

White with #04495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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