Html Css Color HEX #444E7F Astronaut

📋 copy color: '#444E7F'

red 68 ◦ green 78 ◦ blue 127

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

Shades of Astronaut #444E7F

Tints of Astronaut #444E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.52%

R = 24.91%
G = 28.57%
B = 46.52%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#444E7F (or 0x444E7F) is known color: Astronaut. HEX triplet: 44, 4E and 7F. RGB value is (68,78,127). Sum of RGB (Red+Green+Blue) = 68+78+127=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 127 (50% from 255 or 46.52% from 273); Max value from RGB is 127 - color contains mainly: blue. Hex color #444E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E7F is #BBB180. Grayscale: #505050. Windows color (decimal): -12300673 or 8343108. OLE color: 8343108.

HSL color Cylindrical-coordinate representation of color #444E7F: hue angle of 229.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444E7F is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 78 127 -
CMYK 0.46 0.39 0 0.50
HSL 229.83º 0.3% 0.38% -
HSV(B) 229.83º 0.46% 0.5% -
XYZ 8.94 8.21 21.19 -
YUV 80.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 68 78 127 0.46 0.39 0 0.50 229.83 0.3 0.38
Hex 44 4E 7F 2E 27 0 32 E6 1E 26
Octal 104 116 177 56 47 0 62 346 36 46
Binary 1000100 1001110 1111111 101110 100111 0 110010 11100110 11110 100110

Color Harmonies of #444E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E7F

Black with #444E7F

Text Example


Text Example

White with #444E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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