Html Css Color HEX #044A4B Sherpa Blue

📋 copy color: '#044A4B'

red 4 ◦ green 74 ◦ blue 75

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

Shades of Sherpa Blue #044A4B

Tints of Sherpa Blue #044A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 48.37%

 BLUE value IS 75 (29.69% from 255) = 49.02%

R = 2.61%
G = 48.37%
B = 49.02%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#044A4B (or 0x044A4B) is known color: Sherpa Blue. HEX triplet: 04, 4A and 4B. RGB value is (4,74,75). Sum of RGB (Red+Green+Blue) = 4+74+75=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #044A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A4B is #FBB5B4. Grayscale: #353535. Windows color (decimal): -16496053 or 4934148. OLE color: 4934148.

HSL color Cylindrical-coordinate representation of color #044A4B: hue angle of 180.85º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A4B is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 74 75 -
CMYK 0.95 0.01 0 0.71
HSL 180.85º 0.9% 0.15% -
HSV(B) 180.85º 0.95% 0.29% -
XYZ 3.77 5.43 7.51 -
YUV 53.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 4 74 75 0.95 0.01 0 0.71 180.85 0.9 0.15
Hex 4 4A 4B 5F 1 0 47 B5 5A F
Octal 4 112 113 137 1 0 107 265 132 17
Binary 100 1001010 1001011 1011111 1 0 1000111 10110101 1011010 1111

Color Harmonies of #044A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044A4B

Black with #044A4B

Text Example


Text Example

White with #044A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044A4B; }

 p { color: rgb(4,74,75); }

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

background-color css

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

 a { background-color: rgb(4,74,75); }

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

border-color css

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

 span { border-color: rgb(4,74,75); }

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