#044C69

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

Shades of Blue Lagoon #044C69

Tints of Blue Lagoon #044C69

Color information

#044C69 (or 0x044C69) is unknown color: approx Blue Lagoon. HEX triplet: 04, 4C and 69. RGB value is (4,76,105). Sum of RGB (Red+Green+Blue) = 4+76+105=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 105 (41.41% from 255 or 56.76% from 185); Max value from RGB is 105 - color contains mainly: blue. Hex color #044C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C69 is #FBB396. Grayscale: #393939. Windows color (decimal): -16495511 or 6900740. OLE color: 6900740.

HSL color Cylindrical-coordinate representation of color #044C69: hue angle of 197.23º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044C69 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB476105-
CMYK0.960.2800.59
HSL197.23º92.66%21.37%-
HSV(B)197.23º96.19%41.18%-
XYZ5.186.2114.29-
YUV57.78154.6589.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 105 (41.41% from 255) = 56.76%
R=2.16%
G=41.08%
B=56.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4761050.960.2800.59197.2392.6621.37
Hex44C69601C03Bc55d15
Octal41141511403407330513525
Binary10010011001101001110000011100011101111000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044C69; }

 p { color: rgb(4,76,105); }

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

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

 a { background-color: rgb(4,76,105); }

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

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

 span { border-color: rgb(4,76,105); }

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