#046678

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

Shades of Blue Lagoon #046678

Tints of Blue Lagoon #046678

Color information

#046678 (or 0x046678) is unknown color: approx Blue Lagoon. HEX triplet: 04, 66 and 78. RGB value is (4,102,120). Sum of RGB (Red+Green+Blue) = 4+102+120=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #046678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046678 is #FB9987. Grayscale: #4A4A4A. Windows color (decimal): -16488840 or 7890436. OLE color: 7890436.

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

Color convert

RGB4102120-
CMYK0.970.1500.53
HSL189.31º93.55%24.31%-
HSV(B)189.31º96.67%47.06%-
XYZ8.1910.8819.44-
YUV74.75153.5377.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.77%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=1.77%
G=45.13%
B=53.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41021200.970.1500.53189.3193.5524.31
Hex4667861F035bd5e18
Octal41461701411706527513630
Binary1001100110111100011000011111011010110111101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046678; }

 p { color: rgb(4,102,120); }

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

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

 a { background-color: rgb(4,102,120); }

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

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

 span { border-color: rgb(4,102,120); }

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