#046773

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

Shades of Blue Lagoon #046773

Tints of Blue Lagoon #046773

Color information

#046773 (or 0x046773) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 73. RGB value is (4,103,115). Sum of RGB (Red+Green+Blue) = 4+103+115=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #046773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046773 is #FB988C. Grayscale: #4A4A4A. Windows color (decimal): -16488589 or 7563012. OLE color: 7563012.

HSL color Cylindrical-coordinate representation of color #046773: hue angle of 186.49º 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 #046773 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4103115-
CMYK0.970.1000.55
HSL186.49º93.28%23.33%-
HSV(B)186.49º96.52%45.1%-
XYZ7.9910.9617.91-
YUV74.77150.777.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=1.80%
G=46.40%
B=51.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41031150.970.1000.55186.4993.2823.33
Hex4677361A037ba5d17
Octal41471631411206727213527
Binary1001100111111001111000011010011011110111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046773; }

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

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

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

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

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

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

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

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