Html Css Color HEX #04455D Sherpa Blue

📋 copy color: '#04455D'

red 4 ◦ green 69 ◦ blue 93

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

Shades of Sherpa Blue #04455D

Tints of Sherpa Blue #04455D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.57%

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

R = 2.41%
G = 41.57%
B = 56.02%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04455D (or 0x04455D) is known color: Sherpa Blue. HEX triplet: 04, 45 and 5D. RGB value is (4,69,93). Sum of RGB (Red+Green+Blue) = 4+69+93=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #04455D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04455D is #FBBAA2. Grayscale: #343434. Windows color (decimal): -16497315 or 6112516. OLE color: 6112516.

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

Color convert

RGB 4 69 93 -
CMYK 0.96 0.26 0 0.64
HSL 196.18º 0.92% 0.19% -
HSV(B) 196.18º 0.96% 0.36% -
XYZ 4.15 5.07 11.12 -
YUV 52.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 4 69 93 0.96 0.26 0 0.64 196.18 0.92 0.19
Hex 4 45 5D 60 1A 0 40 C4 5C 13
Octal 4 105 135 140 32 0 100 304 134 23
Binary 100 1000101 1011101 1100000 11010 0 1000000 11000100 1011100 10011

Color Harmonies of #04455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04455D

Black with #04455D

Text Example


Text Example

White with #04455D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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