#046473

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

Shades of Blue Lagoon #046473

Tints of Blue Lagoon #046473

Color information

#046473 (or 0x046473) is unknown color: approx Blue Lagoon. HEX triplet: 04, 64 and 73. RGB value is (4,100,115). Sum of RGB (Red+Green+Blue) = 4+100+115=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #046473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046473 is #FB9B8C. Grayscale: #484848. Windows color (decimal): -16489357 or 7562244. OLE color: 7562244.

HSL color Cylindrical-coordinate representation of color #046473: hue angle of 188.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046473 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4100115-
CMYK0.970.1300.55
HSL188.11º93.28%23.33%-
HSV(B)188.11º96.52%45.1%-
XYZ7.710.3817.82-
YUV73.01151.778.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 115 (45.31% from 255) = 52.51%
R=1.83%
G=45.66%
B=52.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41001150.970.1300.55188.1193.2823.33
Hex4647361D037bc5d17
Octal41441631411506727413527
Binary1001100100111001111000011101011011110111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046473; }

 p { color: rgb(4,100,115); }

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

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

 a { background-color: rgb(4,100,115); }

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

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

 span { border-color: rgb(4,100,115); }

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