#073146

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

Shades of Blue Whale #073146

Tints of Blue Whale #073146

Color information

#073146 (or 0x073146) is unknown color: approx Blue Whale. HEX triplet: 07, 31 and 46. RGB value is (7,49,70). Sum of RGB (Red+Green+Blue) = 7+49+70=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #073146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073146 is #F8CEB9. Grayscale: #262626. Windows color (decimal): -16305850 or 4600071. OLE color: 4600071.

HSL color Cylindrical-coordinate representation of color #073146: hue angle of 200º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073146 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB74970-
CMYK0.900.3000.73
HSL200º81.82%15.1%-
HSV(B)200º90%27.45%-
XYZ2.292.686.19-
YUV38.84145.59105.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal749700.900.3000.7320081.8215.1
Hex731465A1E049c852f
Octal76110613236011131012217
Binary1111100011000110101101011110010010011100100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073146; }

 p { color: rgb(7,49,70); }

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

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

 a { background-color: rgb(7,49,70); }

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

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

 span { border-color: rgb(7,49,70); }

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