#046A7D

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

Shades of Blue Lagoon #046A7D

Tints of Blue Lagoon #046A7D

Color information

#046A7D (or 0x046A7D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6A and 7D. RGB value is (4,106,125). Sum of RGB (Red+Green+Blue) = 4+106+125=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #046A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A7D is #FB9582. Grayscale: #4D4D4D. Windows color (decimal): -16487811 or 8219140. OLE color: 8219140.

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

Color convert

RGB4106125-
CMYK0.970.1500.51
HSL189.42º93.8%25.29%-
HSV(B)189.42º96.8%49.02%-
XYZ8.9111.8121.21-
YUV77.67154.7175.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 125 (49.22% from 255) = 53.19%
R=1.70%
G=45.11%
B=53.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41061250.970.1500.51189.4293.825.29
Hex46A7D61F033bd5e19
Octal41521751411706327513631
Binary1001101010111110111000011111011001110111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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