#073E4C

Color #073E4C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #073E4C

Tints of Sherpa Blue #073E4C

Color information

#073E4C (or 0x073E4C) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3E and 4C. RGB value is (7,62,76). Sum of RGB (Red+Green+Blue) = 7+62+76=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #073E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E4C is #F8C1B3. Grayscale: #2F2F2F. Windows color (decimal): -16302516 or 4996615. OLE color: 4996615.

HSL color Cylindrical-coordinate representation of color #073E4C: hue angle of 192.17º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073E4C is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB76276-
CMYK0.910.1800.70
HSL192.17º83.13%16.27%-
HSV(B)192.17º90.79%29.8%-
XYZ3.114.017.45-
YUV47.15144.2899.36-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 62 (24.61% from 255) = 42.76%
BLUE value IS 76 (30.08% from 255) = 52.41%
R=4.83%
G=42.76%
B=52.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal762760.910.1800.70192.1783.1316.27
Hex73E4C5B12046c05310
Octal77611413322010630012320
Binary11111111010011001011011100100100011011000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,76); }

 H1.HeaderClassName
 {
   color: #073E4C;
 }
 .AnyTagClassName
 {
   color: #073E4C;
 }
</style>
background-color css

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

 a { background-color: rgb(7,62,76); }

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

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

 span { border-color: rgb(7,62,76); }

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