#076475

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

Shades of Blue Lagoon #076475

Tints of Blue Lagoon #076475

Color information

#076475 (or 0x076475) is unknown color: approx Blue Lagoon. HEX triplet: 07, 64 and 75. RGB value is (7,100,117). Sum of RGB (Red+Green+Blue) = 7+100+117=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #076475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076475 is #F89B8A. Grayscale: #494949. Windows color (decimal): -16292747 or 7693319. OLE color: 7693319.

HSL color Cylindrical-coordinate representation of color #076475: hue angle of 189.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076475 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7100117-
CMYK0.940.1500.54
HSL189.27º88.71%24.31%-
HSV(B)189.27º94.02%45.88%-
XYZ7.8610.4418.43-
YUV74.13152.1980.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.12%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=3.12%
G=44.64%
B=52.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71001170.940.1500.54189.2788.7124.31
Hex764755EF036bd5918
Octal71441651361706627513130
Binary1111100100111010110111101111011011010111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076475; }

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

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

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

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

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

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

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

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