#073C4B

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

Shades of Sherpa Blue #073C4B

Tints of Sherpa Blue #073C4B

Color information

#073C4B (or 0x073C4B) is unknown color: approx Sherpa Blue. HEX triplet: 07, 3C and 4B. RGB value is (7,60,75). Sum of RGB (Red+Green+Blue) = 7+60+75=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #073C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C4B is #F8C3B4. Grayscale: #2D2D2D. Windows color (decimal): -16303029 or 4930567. OLE color: 4930567.

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

Color convert

RGB76075-
CMYK0.910.2000.71
HSL193.24º82.93%16.08%-
HSV(B)193.24º90.67%29.41%-
XYZ2.973.787.23-
YUV45.86144.44100.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 60 (23.83% from 255) = 42.25%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=4.93%
G=42.25%
B=52.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal760750.910.2000.71193.2482.9316.08
Hex73C4B5B14047c15310
Octal77411313324010730112320
Binary11111110010010111011011101000100011111000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,60,75); }

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

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

 a { background-color: rgb(7,60,75); }

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

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

 span { border-color: rgb(7,60,75); }

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