Html Css Color HEX #076478 Blue Lagoon

📋 copy color: '#076478'

red 7 ◦ green 100 ◦ blue 120

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

Shades of Blue Lagoon #076478

Tints of Blue Lagoon #076478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.86%

R = 3.08%
G = 44.05%
B = 52.86%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#076478 (or 0x076478) is known color: Blue Lagoon. HEX triplet: 07, 64 and 78. RGB value is (7,100,120). Sum of RGB (Red+Green+Blue) = 7+100+120=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #076478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076478 is #F89B87. Grayscale: #4A4A4A. Windows color (decimal): -16292744 or 7889927. OLE color: 7889927.

HSL color Cylindrical-coordinate representation of color #076478: hue angle of 190.62º 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 #076478 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 100 120 -
CMYK 0.94 0.17 0 0.53
HSL 190.62º 0.89% 0.25% -
HSV(B) 190.62º 0.94% 0.47% -
XYZ 8.03 10.52 19.38 -
YUV 74.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 7 100 120 0.94 0.17 0 0.53 190.62 0.89 0.25
Hex 7 64 78 5E 11 0 35 BF 59 19
Octal 7 144 170 136 21 0 65 277 131 31
Binary 111 1100100 1111000 1011110 10001 0 110101 10111111 1011001 11001

Color Harmonies of #076478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076478

Black with #076478

Text Example


Text Example

White with #076478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076478; }

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

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

background-color css

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

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

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

border-color css

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

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

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