Html Css Color HEX #045453 Sherpa Blue

📋 copy color: '#045453'

red 4 ◦ green 84 ◦ blue 83

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

Shades of Sherpa Blue #045453

Tints of Sherpa Blue #045453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.12%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 2.34%
G = 49.12%
B = 48.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#045453 (or 0x045453) is known color: Sherpa Blue. HEX triplet: 04, 54 and 53. RGB value is (4,84,83). Sum of RGB (Red+Green+Blue) = 4+84+83=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #045453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045453 is #FBABAC. Grayscale: #3B3B3B. Windows color (decimal): -16493485 or 5460996. OLE color: 5460996.

HSL color Cylindrical-coordinate representation of color #045453: hue angle of 179.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045453 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 84 83 -
CMYK 0.95 0 0.01 0.67
HSL 179.25º 0.91% 0.17% -
HSV(B) 179.25º 0.95% 0.33% -
XYZ 4.78 6.99 9.28 -
YUV 59.97 141 88.08 -
System Red Green Blue C M Y K H S L
Decimal 4 84 83 0.95 0 0.01 0.67 179.25 0.91 0.17
Hex 4 54 53 5F 0 1 43 B3 5B 11
Octal 4 124 123 137 0 1 103 263 133 21
Binary 100 1010100 1010011 1011111 0 1 1000011 10110011 1011011 10001

Color Harmonies of #045453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045453

Black with #045453

Text Example


Text Example

White with #045453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045453; }

 p { color: rgb(4,84,83); }

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

background-color css

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

 a { background-color: rgb(4,84,83); }

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

border-color css

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

 span { border-color: rgb(4,84,83); }

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