#046D75

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

Shades of Blue Lagoon #046D75

Tints of Blue Lagoon #046D75

Color information

#046D75 (or 0x046D75) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6D and 75. RGB value is (4,109,117). Sum of RGB (Red+Green+Blue) = 4+109+117=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #046D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D75 is #FB928A. Grayscale: #4E4E4E. Windows color (decimal): -16487051 or 7695620. OLE color: 7695620.

HSL color Cylindrical-coordinate representation of color #046D75: hue angle of 184.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D75 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4109117-
CMYK0.970.0700.54
HSL184.25º93.39%23.73%-
HSV(B)184.25º96.58%45.88%-
XYZ8.7312.2518.73-
YUV78.52149.7174.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.74%
GREEN value IS 109 (42.97% from 255) = 47.39%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=1.74%
G=47.39%
B=50.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41091170.970.0700.54184.2593.3923.73
Hex46D75617036b85d18
Octal4155165141706627013530
Binary100110110111101011100001111011011010111000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,109,117); }

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

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

 a { background-color: rgb(4,109,117); }

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

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

 span { border-color: rgb(4,109,117); }

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