Html Css Color HEX #444E78 Astronaut

📋 copy color: '#444E78'

red 68 ◦ green 78 ◦ blue 120

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

Shades of Astronaut #444E78

Tints of Astronaut #444E78

RGB

 RED value IS 68 (26.95% from 255) = 25.56%

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 25.56%
G = 29.32%
B = 45.11%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#444E78 (or 0x444E78) is known color: Astronaut. HEX triplet: 44, 4E and 78. RGB value is (68,78,120). Sum of RGB (Red+Green+Blue) = 68+78+120=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #444E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E78 is #BBB187. Grayscale: #4F4F4F. Windows color (decimal): -12300680 or 7884356. OLE color: 7884356.

HSL color Cylindrical-coordinate representation of color #444E78: hue angle of 228.46º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444E78 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 78 120 -
CMYK 0.43 0.35 0 0.53
HSL 228.46º 0.28% 0.37% -
HSV(B) 228.46º 0.43% 0.47% -
XYZ 8.5 8.03 18.87 -
YUV 79.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 68 78 120 0.43 0.35 0 0.53 228.46 0.28 0.37
Hex 44 4E 78 2B 23 0 35 E4 1C 25
Octal 104 116 170 53 43 0 65 344 34 45
Binary 1000100 1001110 1111000 101011 100011 0 110101 11100100 11100 100101

Color Harmonies of #444E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E78

Black with #444E78

Text Example


Text Example

White with #444E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444E78; }

 p { color: rgb(68,78,120); }

 H1.HeaderClassName
 {
   color: #444E78;
 }
 .AnyTagClassName
 {
   color: #444E78;
 }
</style>

background-color css

<style>
 a { background-color: #444E78; }

 a { background-color: rgb(68,78,120); }

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

border-color css

<style>
 span { border-color: #444E78; }

 span { border-color: rgb(68,78,120); }

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