Html Css Color HEX #044C68 Blue Lagoon

📋 copy color: '#044C68'

red 4 ◦ green 76 ◦ blue 104

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

Shades of Blue Lagoon #044C68

Tints of Blue Lagoon #044C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 2.17%
G = 41.3%
B = 56.52%

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

#044C68 (or 0x044C68) is known color: 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

RGB 4 76 104 -
CMYK 0.96 0.27 0 0.59
HSL 196.8º 0.93% 0.21% -
HSV(B) 196.8º 0.96% 0.41% -
XYZ 5.13 6.19 14.02 -
YUV 57.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 4 76 104 0.96 0.27 0 0.59 196.8 0.93 0.21
Hex 4 4C 68 60 1B 0 3B C5 5D 15
Octal 4 114 150 140 33 0 73 305 135 25
Binary 100 1001100 1101000 1100000 11011 0 111011 11000101 1011101 10101

Color Harmonies of #044C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044C68

Black with #044C68

Text Example


Text Example

White with #044C68

Text Example


Text Example

HTML Codes & Css Web 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>