Html Css Color HEX #04455C Sherpa Blue

📋 copy color: '#04455C'

red 4 ◦ green 69 ◦ blue 92

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

Shades of Sherpa Blue #04455C

Tints of Sherpa Blue #04455C

RGB

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

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

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

R = 2.42%
G = 41.82%
B = 55.76%

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

#04455C (or 0x04455C) is known color: Sherpa Blue. HEX triplet: 04, 45 and 5C. RGB value is (4,69,92). Sum of RGB (Red+Green+Blue) = 4+69+92=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #04455C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04455C is #FBBAA3. Grayscale: #343434. Windows color (decimal): -16497316 or 6046980. OLE color: 6046980.

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

Color convert

RGB 4 69 92 -
CMYK 0.96 0.25 0 0.64
HSL 195.68º 0.92% 0.19% -
HSV(B) 195.68º 0.96% 0.36% -
XYZ 4.11 5.05 10.88 -
YUV 52.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 4 69 92 0.96 0.25 0 0.64 195.68 0.92 0.19
Hex 4 45 5C 60 19 0 40 C4 5C 13
Octal 4 105 134 140 31 0 100 304 134 23
Binary 100 1000101 1011100 1100000 11001 0 1000000 11000100 1011100 10011

Color Harmonies of #04455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04455C

Black with #04455C

Text Example


Text Example

White with #04455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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