Html Css Color HEX #045251 Sherpa Blue

📋 copy color: '#045251'

red 4 ◦ green 82 ◦ blue 81

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

Shades of Sherpa Blue #045251

Tints of Sherpa Blue #045251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.1%

 BLUE value IS 81 (32.03% from 255) = 48.5%

R = 2.4%
G = 49.1%
B = 48.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#045251 (or 0x045251) is known color: Sherpa Blue. HEX triplet: 04, 52 and 51. RGB value is (4,82,81). Sum of RGB (Red+Green+Blue) = 4+82+81=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #045251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045251 is #FBADAE. Grayscale: #3A3A3A. Windows color (decimal): -16493999 or 5329412. OLE color: 5329412.

HSL color Cylindrical-coordinate representation of color #045251: hue angle of 179.23º 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 #045251 is Cyan = 0.95, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 82 81 -
CMYK 0.95 0 0.01 0.68
HSL 179.23º 0.91% 0.17% -
HSV(B) 179.23º 0.95% 0.32% -
XYZ 4.55 6.65 8.83 -
YUV 58.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 4 82 81 0.95 0 0.01 0.68 179.23 0.91 0.17
Hex 4 52 51 5F 0 1 44 B3 5B 11
Octal 4 122 121 137 0 1 104 263 133 21
Binary 100 1010010 1010001 1011111 0 1 1000100 10110011 1011011 10001

Color Harmonies of #045251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045251

Black with #045251

Text Example


Text Example

White with #045251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045251; }

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

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

background-color css

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

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

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

border-color css

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

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

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