Html Css Color HEX #044D69 Blue Lagoon

📋 copy color: '#044D69'

red 4 ◦ green 77 ◦ blue 105

#044D69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #044D69

Tints of Blue Lagoon #044D69

RGB

 RED value IS 4 (1.95% from 255) = 2.15%

 GREEN value IS 77 (30.47% from 255) = 41.4%

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 2.15%
G = 41.4%
B = 56.45%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#044D69 (or 0x044D69) is known color: Blue Lagoon. HEX triplet: 04, 4D and 69. RGB value is (4,77,105). Sum of RGB (Red+Green+Blue) = 4+77+105=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #044D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D69 is #FBB296. Grayscale: #3A3A3A. Windows color (decimal): -16495255 or 6900996. OLE color: 6900996.

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

Color convert

RGB 4 77 105 -
CMYK 0.96 0.27 0 0.59
HSL 196.63º 0.93% 0.21% -
HSV(B) 196.63º 0.96% 0.41% -
XYZ 5.25 6.35 14.31 -
YUV 58.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 4 77 105 0.96 0.27 0 0.59 196.63 0.93 0.21
Hex 4 4D 69 60 1B 0 3B C5 5D 15
Octal 4 115 151 140 33 0 73 305 135 25
Binary 100 1001101 1101001 1100000 11011 0 111011 11000101 1011101 10101

Color Harmonies of #044D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D69

Black with #044D69

Text Example


Text Example

White with #044D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #044D69;
 }
 .AnyTagClassName
 {
   color: #044D69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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