Html Css Color HEX #076466 Blue Lagoon

📋 copy color: '#076466'

red 7 ◦ green 100 ◦ blue 102

#076466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #076466

Tints of Blue Lagoon #076466

RGB

 RED value IS 7 (3.13% from 255) = 3.35%

 GREEN value IS 100 (39.45% from 255) = 47.85%

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 3.35%
G = 47.85%
B = 48.8%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#076466 (or 0x076466) is known color: Blue Lagoon. HEX triplet: 07, 64 and 66. RGB value is (7,100,102). Sum of RGB (Red+Green+Blue) = 7+100+102=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #076466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076466 is #F89B99. Grayscale: #484848. Windows color (decimal): -16292762 or 6710279. OLE color: 6710279.

HSL color Cylindrical-coordinate representation of color #076466: hue angle of 181.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076466 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 100 102 -
CMYK 0.93 0.02 0 0.6
HSL 181.26º 0.87% 0.21% -
HSV(B) 181.26º 0.93% 0.4% -
XYZ 7.04 10.12 14.15 -
YUV 72.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 7 100 102 0.93 0.02 0 0.6 181.26 0.87 0.21
Hex 7 64 66 5D 2 0 3C B5 57 15
Octal 7 144 146 135 2 0 74 265 127 25
Binary 111 1100100 1100110 1011101 10 0 111100 10110101 1010111 10101

Color Harmonies of #076466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076466

Black with #076466

Text Example


Text Example

White with #076466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076466; }

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

 H1.HeaderClassName
 {
   color: #076466;
 }
 .AnyTagClassName
 {
   color: #076466;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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