Html Css Color HEX #04465D Sherpa Blue

📋 copy color: '#04465D'

red 4 ◦ green 70 ◦ blue 93

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

Shades of Sherpa Blue #04465D

Tints of Sherpa Blue #04465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 2.4%
G = 41.92%
B = 55.69%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04465D (or 0x04465D) is known color: Sherpa Blue. HEX triplet: 04, 46 and 5D. RGB value is (4,70,93). Sum of RGB (Red+Green+Blue) = 4+70+93=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #04465D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04465D is #FBB9A2. Grayscale: #343434. Windows color (decimal): -16497059 or 6112772. OLE color: 6112772.

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

Color convert

RGB 4 70 93 -
CMYK 0.96 0.25 0 0.64
HSL 195.51º 0.92% 0.19% -
HSV(B) 195.51º 0.96% 0.36% -
XYZ 4.22 5.2 11.14 -
YUV 52.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 4 70 93 0.96 0.25 0 0.64 195.51 0.92 0.19
Hex 4 46 5D 60 19 0 40 C4 5C 13
Octal 4 106 135 140 31 0 100 304 134 23
Binary 100 1000110 1011101 1100000 11001 0 1000000 11000100 1011100 10011

Color Harmonies of #04465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04465D

Black with #04465D

Text Example


Text Example

White with #04465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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