#046B82

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

Shades of Blue Lagoon #046B82

Tints of Blue Lagoon #046B82

Color information

#046B82 (or 0x046B82) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6B and 82. RGB value is (4,107,130). Sum of RGB (Red+Green+Blue) = 4+107+130=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #046B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046B82 is #FB947D. Grayscale: #4E4E4E. Windows color (decimal): -16487550 or 8547076. OLE color: 8547076.

HSL color Cylindrical-coordinate representation of color #046B82: hue angle of 190.95º 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 #046B82 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4107130-
CMYK0.970.1800.49
HSL190.95º94.03%26.27%-
HSV(B)190.95º96.92%50.98%-
XYZ9.3412.1522.97-
YUV78.82156.8874.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=1.66%
G=44.40%
B=53.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41071300.970.1800.49190.9594.0326.27
Hex46B826112031bf5e1a
Octal41532021412206127713632
Binary100110101110000010110000110010011000110111111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046B82; }

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

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

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

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

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

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

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

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