#046774

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

Shades of Blue Lagoon #046774

Tints of Blue Lagoon #046774

Color information

#046774 (or 0x046774) is unknown color: approx Blue Lagoon. HEX triplet: 04, 67 and 74. RGB value is (4,103,116). Sum of RGB (Red+Green+Blue) = 4+103+116=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #046774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046774 is #FB988B. Grayscale: #4A4A4A. Windows color (decimal): -16488588 or 7628548. OLE color: 7628548.

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

Color convert

RGB4103116-
CMYK0.970.1100.55
HSL186.96º93.33%23.53%-
HSV(B)186.96º96.55%45.49%-
XYZ8.0510.9918.22-
YUV74.88151.277.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 116 (45.70% from 255) = 52.02%
R=1.79%
G=46.19%
B=52.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41031160.970.1100.55186.9693.3323.53
Hex4677461B037bb5d18
Octal41471641411306727313530
Binary1001100111111010011000011011011011110111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046774; }

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

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

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

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

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

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

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

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