#046B85

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

Shades of Blue Lagoon #046B85

Tints of Blue Lagoon #046B85

Color information

#046B85 (or 0x046B85) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6B and 85. RGB value is (4,107,133). Sum of RGB (Red+Green+Blue) = 4+107+133=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #046B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046B85 is #FB947A. Grayscale: #4E4E4E. Windows color (decimal): -16487547 or 8743684. OLE color: 8743684.

HSL color Cylindrical-coordinate representation of color #046B85: hue angle of 192.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046B85 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4107133-
CMYK0.970.2000.48
HSL192.09º94.16%26.86%-
HSV(B)192.09º96.99%52.16%-
XYZ9.5412.2324.05-
YUV79.17158.3874.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 133 (52.34% from 255) = 54.51%
R=1.64%
G=43.85%
B=54.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41071330.970.2000.48192.0994.1626.86
Hex46B856114030c05e1b
Octal41532051412406030013633
Binary100110101110000101110000110100011000011000000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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