#046782

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

Shades of Blue Lagoon #046782

Tints of Blue Lagoon #046782

Color information

#046782 (or 0x046782) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 82. RGB value is (4,103,130). Sum of RGB (Red+Green+Blue) = 4+103+130=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #046782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046782 is #FB987D. Grayscale: #4C4C4C. Windows color (decimal): -16488574 or 8546052. OLE color: 8546052.

HSL color Cylindrical-coordinate representation of color #046782: hue angle of 192.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046782 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4103130-
CMYK0.970.2100.49
HSL192.86º94.03%26.27%-
HSV(B)192.86º96.92%50.98%-
XYZ8.9311.3422.84-
YUV76.48158.276.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=1.69%
G=43.46%
B=54.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41031300.970.2100.49192.8694.0326.27
Hex467826115031c15e1a
Octal41472021412506130113632
Binary100110011110000010110000110101011000111000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046782; }

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

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

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

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

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

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

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

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