#045774

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

Shades of Blue Lagoon #045774

Tints of Blue Lagoon #045774

Color information

#045774 (or 0x045774) is unknown color: approx Blue Lagoon. HEX triplet: 04, 57 and 74. RGB value is (4,87,116). Sum of RGB (Red+Green+Blue) = 4+87+116=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #045774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045774 is #FBA88B. Grayscale: #414141. Windows color (decimal): -16492684 or 7624452. OLE color: 7624452.

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

Color convert

RGB487116-
CMYK0.970.2500.55
HSL195.54º93.33%23.53%-
HSV(B)195.54º96.55%45.49%-
XYZ6.618.117.74-
YUV65.49156.584.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 116 (45.70% from 255) = 56.04%
R=1.93%
G=42.03%
B=56.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4871160.970.2500.55195.5493.3323.53
Hex457746119037c45d18
Octal41271641413106730413530
Binary10010101111110100110000111001011011111000100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045774; }

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

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

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

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

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

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

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

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