Html Css Color HEX #045052 Sherpa Blue

📋 copy color: '#045052'

red 4 ◦ green 80 ◦ blue 82

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

Shades of Sherpa Blue #045052

Tints of Sherpa Blue #045052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

 BLUE value IS 82 (32.42% from 255) = 49.4%

R = 2.41%
G = 48.19%
B = 49.4%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#045052 (or 0x045052) is known color: Sherpa Blue. HEX triplet: 04, 50 and 52. RGB value is (4,80,82). Sum of RGB (Red+Green+Blue) = 4+80+82=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #045052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045052 is #FBAFAD. Grayscale: #393939. Windows color (decimal): -16494510 or 5394436. OLE color: 5394436.

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

Color convert

RGB 4 80 82 -
CMYK 0.95 0.02 0 0.68
HSL 181.54º 0.91% 0.17% -
HSV(B) 181.54º 0.95% 0.32% -
XYZ 4.44 6.37 8.98 -
YUV 57.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 4 80 82 0.95 0.02 0 0.68 181.54 0.91 0.17
Hex 4 50 52 5F 2 0 44 B6 5B 11
Octal 4 120 122 137 2 0 104 266 133 21
Binary 100 1010000 1010010 1011111 10 0 1000100 10110110 1011011 10001

Color Harmonies of #045052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045052

Black with #045052

Text Example


Text Example

White with #045052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045052; }

 p { color: rgb(4,80,82); }

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

background-color css

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

 a { background-color: rgb(4,80,82); }

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

border-color css

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

 span { border-color: rgb(4,80,82); }

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