Html Css Color HEX #044D6B Blue Lagoon

📋 copy color: '#044D6B'

red 4 ◦ green 77 ◦ blue 107

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

Shades of Blue Lagoon #044D6B

Tints of Blue Lagoon #044D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 2.13%
G = 40.96%
B = 56.91%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#044D6B (or 0x044D6B) is known color: Blue Lagoon. HEX triplet: 04, 4D and 6B. RGB value is (4,77,107). Sum of RGB (Red+Green+Blue) = 4+77+107=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #044D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044D6B is #FBB294. Grayscale: #3A3A3A. Windows color (decimal): -16495253 or 7032068. OLE color: 7032068.

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

Color convert

RGB 4 77 107 -
CMYK 0.96 0.28 0 0.58
HSL 197.48º 0.93% 0.22% -
HSV(B) 197.48º 0.96% 0.42% -
XYZ 5.36 6.4 14.86 -
YUV 58.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 4 77 107 0.96 0.28 0 0.58 197.48 0.93 0.22
Hex 4 4D 6B 60 1C 0 3A C5 5D 16
Octal 4 115 153 140 34 0 72 305 135 26
Binary 100 1001101 1101011 1100000 11100 0 111010 11000101 1011101 10110

Color Harmonies of #044D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044D6B

Black with #044D6B

Text Example


Text Example

White with #044D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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