#076479

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

Shades of Blue Lagoon #076479

Tints of Blue Lagoon #076479

Color information

#076479 (or 0x076479) is unknown color: approx Blue Lagoon. HEX triplet: 07, 64 and 79. RGB value is (7,100,121). Sum of RGB (Red+Green+Blue) = 7+100+121=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #076479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076479 is #F89B86. Grayscale: #4A4A4A. Windows color (decimal): -16292743 or 7955463. OLE color: 7955463.

HSL color Cylindrical-coordinate representation of color #076479: hue angle of 191.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076479 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7100121-
CMYK0.940.1700.53
HSL191.05º89.06%25.1%-
HSV(B)191.05º94.21%47.45%-
XYZ8.110.5419.7-
YUV74.59154.1979.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.07%
GREEN value IS 100 (39.45% from 255) = 43.86%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=3.07%
G=43.86%
B=53.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71001210.940.1700.53191.0589.0625.1
Hex764795E11035bf5919
Octal71441711362106527713131
Binary11111001001111001101111010001011010110111111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076479; }

 p { color: rgb(7,100,121); }

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

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

 a { background-color: rgb(7,100,121); }

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

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

 span { border-color: rgb(7,100,121); }

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