#045468

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

Shades of Blue Lagoon #045468

Tints of Blue Lagoon #045468

Color information

#045468 (or 0x045468) is unknown color: approx Blue Lagoon. HEX triplet: 04, 54 and 68. RGB value is (4,84,104). Sum of RGB (Red+Green+Blue) = 4+84+104=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #045468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045468 is #FBAB97. Grayscale: #3E3E3E. Windows color (decimal): -16493464 or 6837252. OLE color: 6837252.

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

Color convert

RGB484104-
CMYK0.960.1900.59
HSL192º92.59%21.18%-
HSV(B)192º96.15%40.78%-
XYZ5.727.3714.22-
YUV62.36151.586.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.08%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=2.08%
G=43.75%
B=54.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4841040.960.1900.5919292.5921.18
Hex45468601303Bc05d15
Octal41241501402307330013525
Binary10010101001101000110000010011011101111000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045468; }

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

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

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

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

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

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

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

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