Html Css Color HEX #444E7E Astronaut

📋 copy color: '#444E7E'

red 68 ◦ green 78 ◦ blue 126

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

Shades of Astronaut #444E7E

Tints of Astronaut #444E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.32%

R = 25%
G = 28.68%
B = 46.32%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#444E7E (or 0x444E7E) is known color: Astronaut. HEX triplet: 44, 4E and 7E. RGB value is (68,78,126). Sum of RGB (Red+Green+Blue) = 68+78+126=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #444E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E7E is #BBB181. Grayscale: #505050. Windows color (decimal): -12300674 or 8277572. OLE color: 8277572.

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

Color convert

RGB 68 78 126 -
CMYK 0.46 0.38 0 0.51
HSL 229.66º 0.3% 0.38% -
HSV(B) 229.66º 0.46% 0.49% -
XYZ 8.87 8.18 20.85 -
YUV 80.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 68 78 126 0.46 0.38 0 0.51 229.66 0.3 0.38
Hex 44 4E 7E 2E 26 0 33 E6 1E 26
Octal 104 116 176 56 46 0 63 346 36 46
Binary 1000100 1001110 1111110 101110 100110 0 110011 11100110 11110 100110

Color Harmonies of #444E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444E7E

Black with #444E7E

Text Example


Text Example

White with #444E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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