#046A7A

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

Shades of Blue Lagoon #046A7A

Tints of Blue Lagoon #046A7A

Color information

#046A7A (or 0x046A7A) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6A and 7A. RGB value is (4,106,122). Sum of RGB (Red+Green+Blue) = 4+106+122=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #046A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A7A is #FB9585. Grayscale: #4D4D4D. Windows color (decimal): -16487814 or 8022532. OLE color: 8022532.

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

Color convert

RGB4106122-
CMYK0.970.1300.52
HSL188.14º93.65%24.71%-
HSV(B)188.14º96.72%47.84%-
XYZ8.7211.7420.22-
YUV77.33153.2175.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 106 (41.80% from 255) = 45.69%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=1.72%
G=45.69%
B=52.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41061220.970.1300.52188.1493.6524.71
Hex46A7A61D034bc5e19
Octal41521721411506427413631
Binary1001101010111101011000011101011010010111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,106,122); }

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

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

 a { background-color: rgb(4,106,122); }

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

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

 span { border-color: rgb(4,106,122); }

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