#046C7B

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

Shades of Blue Lagoon #046C7B

Tints of Blue Lagoon #046C7B

Color information

#046C7B (or 0x046C7B) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6C and 7B. RGB value is (4,108,123). Sum of RGB (Red+Green+Blue) = 4+108+123=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #046C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C7B is #FB9384. Grayscale: #4E4E4E. Windows color (decimal): -16487301 or 8088580. OLE color: 8088580.

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

Color convert

RGB4108123-
CMYK0.970.1200.52
HSL187.56º93.7%24.9%-
HSV(B)187.56º96.75%48.24%-
XYZ8.9912.1820.62-
YUV78.61153.0474.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 108 (42.58% from 255) = 45.96%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=1.70%
G=45.96%
B=52.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41081230.970.1200.52187.5693.724.9
Hex46C7B61C034bc5e19
Octal41541731411406427413631
Binary1001101100111101111000011100011010010111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,108,123); }

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

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

 a { background-color: rgb(4,108,123); }

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

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

 span { border-color: rgb(4,108,123); }

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