Html Css Color HEX #04454D Sherpa Blue

📋 copy color: '#04454D'

red 4 ◦ green 69 ◦ blue 77

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

Shades of Sherpa Blue #04454D

Tints of Sherpa Blue #04454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 51.33%

R = 2.67%
G = 46%
B = 51.33%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04454D (or 0x04454D) is known color: Sherpa Blue. HEX triplet: 04, 45 and 4D. RGB value is (4,69,77). Sum of RGB (Red+Green+Blue) = 4+69+77=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #04454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04454D is #FBBAB2. Grayscale: #323232. Windows color (decimal): -16497331 or 5063940. OLE color: 5063940.

HSL color Cylindrical-coordinate representation of color #04454D: hue angle of 186.58º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04454D is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 69 77 -
CMYK 0.95 0.10 0 0.70
HSL 186.58º 0.9% 0.16% -
HSV(B) 186.58º 0.95% 0.3% -
XYZ 3.52 4.82 7.77 -
YUV 50.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 4 69 77 0.95 0.10 0 0.70 186.58 0.9 0.16
Hex 4 45 4D 5F A 0 46 BB 5A 10
Octal 4 105 115 137 12 0 106 273 132 20
Binary 100 1000101 1001101 1011111 1010 0 1000110 10111011 1011010 10000

Color Harmonies of #04454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04454D

Black with #04454D

Text Example


Text Example

White with #04454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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