#045668

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

Shades of Blue Lagoon #045668

Tints of Blue Lagoon #045668

Color information

#045668 (or 0x045668) is unknown color: approx Blue Lagoon. HEX triplet: 04, 56 and 68. RGB value is (4,86,104). Sum of RGB (Red+Green+Blue) = 4+86+104=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #045668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045668 is #FBA997. Grayscale: #3F3F3F. Windows color (decimal): -16492952 or 6837764. OLE color: 6837764.

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

Color convert

RGB486104-
CMYK0.960.1700.59
HSL190.8º92.59%21.18%-
HSV(B)190.8º96.15%40.78%-
XYZ5.887.6814.27-
YUV63.53150.8385.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 104 (41.02% from 255) = 53.61%
R=2.06%
G=44.33%
B=53.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4861040.960.1700.59190.892.5921.18
Hex45668601103Bbf5d15
Octal41261501402107327713525
Binary10010101101101000110000010001011101110111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045668; }

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

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

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

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

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

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

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

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