Html Css Color HEX #073A49 Sherpa Blue

📋 copy color: '#073A49'

red 7 ◦ green 58 ◦ blue 73

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

Shades of Sherpa Blue #073A49

Tints of Sherpa Blue #073A49

RGB

 RED value IS 7 (3.13% from 255) = 5.07%

 GREEN value IS 58 (23.05% from 255) = 42.03%

 BLUE value IS 73 (28.91% from 255) = 52.9%

R = 5.07%
G = 42.03%
B = 52.9%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#073A49 (or 0x073A49) is known color: Sherpa Blue. HEX triplet: 07, 3A and 49. RGB value is (7,58,73). Sum of RGB (Red+Green+Blue) = 7+58+73=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #073A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A49 is #F8C5B6. Grayscale: #2C2C2C. Windows color (decimal): -16303543 or 4798983. OLE color: 4798983.

HSL color Cylindrical-coordinate representation of color #073A49: hue angle of 193.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073A49 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 58 73 -
CMYK 0.90 0.21 0 0.71
HSL 193.64º 0.83% 0.16% -
HSV(B) 193.64º 0.9% 0.29% -
XYZ 2.8 3.55 6.84 -
YUV 44.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 7 58 73 0.90 0.21 0 0.71 193.64 0.83 0.16
Hex 7 3A 49 5A 15 0 47 C2 52 10
Octal 7 72 111 132 25 0 107 302 122 20
Binary 111 111010 1001001 1011010 10101 0 1000111 11000010 1010010 10000

Color Harmonies of #073A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A49

Black with #073A49

Text Example


Text Example

White with #073A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A49; }

 p { color: rgb(7,58,73); }

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

background-color css

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

 a { background-color: rgb(7,58,73); }

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

border-color css

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

 span { border-color: rgb(7,58,73); }

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