#046768

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

Shades of Blue Lagoon #046768

Tints of Blue Lagoon #046768

Color information

#046768 (or 0x046768) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 68. RGB value is (4,103,104). Sum of RGB (Red+Green+Blue) = 4+103+104=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #046768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046768 is #FB9897. Grayscale: #494949. Windows color (decimal): -16488600 or 6842116. OLE color: 6842116.

HSL color Cylindrical-coordinate representation of color #046768: hue angle of 180.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046768 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4103104-
CMYK0.960.0100.59
HSL180.6º92.59%21.18%-
HSV(B)180.6º96.15%40.78%-
XYZ7.410.7314.78-
YUV73.51145.278.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 103 (40.62% from 255) = 48.82%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=1.90%
G=48.82%
B=49.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal41031040.960.0100.59180.692.5921.18
Hex4676860103Bb55d15
Octal4147150140107326513525
Binary1001100111110100011000001011101110110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046768; }

 p { color: rgb(4,103,104); }

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

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

 a { background-color: rgb(4,103,104); }

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

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

 span { border-color: rgb(4,103,104); }

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