#044C68

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

Shades of Blue Lagoon #044C68

Tints of Blue Lagoon #044C68

Color information

#044C68 (or 0x044C68) is unknown color: approx Blue Lagoon. HEX triplet: 04, 4C and 68. RGB value is (4,76,104). Sum of RGB (Red+Green+Blue) = 4+76+104=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #044C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C68 is #FBB397. Grayscale: #393939. Windows color (decimal): -16495512 or 6835204. OLE color: 6835204.

HSL color Cylindrical-coordinate representation of color #044C68: hue angle of 196.8º 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 #044C68 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB476104-
CMYK0.960.2700.59
HSL196.8º92.59%21.18%-
HSV(B)196.8º96.15%40.78%-
XYZ5.136.1914.02-
YUV57.66154.1589.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.17%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 104 (41.02% from 255) = 56.52%
R=2.17%
G=41.30%
B=56.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4761040.960.2700.59196.892.5921.18
Hex44C68601B03Bc55d15
Octal41141501403307330513525
Binary10010011001101000110000011011011101111000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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