Html Css Color HEX #444D7C Astronaut

📋 copy color: '#444D7C'

red 68 ◦ green 77 ◦ blue 124

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

Shades of Astronaut #444D7C

Tints of Astronaut #444D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 25.28%
G = 28.62%
B = 46.1%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#444D7C (or 0x444D7C) is known color: Astronaut. HEX triplet: 44, 4D and 7C. RGB value is (68,77,124). Sum of RGB (Red+Green+Blue) = 68+77+124=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #444D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D7C is #BBB283. Grayscale: #4F4F4F. Windows color (decimal): -12300932 or 8146244. OLE color: 8146244.

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

Color convert

RGB 68 77 124 -
CMYK 0.45 0.38 0 0.51
HSL 230.36º 0.29% 0.38% -
HSV(B) 230.36º 0.45% 0.49% -
XYZ 8.68 7.99 20.15 -
YUV 79.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 68 77 124 0.45 0.38 0 0.51 230.36 0.29 0.38
Hex 44 4D 7C 2D 26 0 33 E6 1D 26
Octal 104 115 174 55 46 0 63 346 35 46
Binary 1000100 1001101 1111100 101101 100110 0 110011 11100110 11101 100110

Color Harmonies of #444D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D7C

Black with #444D7C

Text Example


Text Example

White with #444D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,124); }

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

background-color css

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

 a { background-color: rgb(68,77,124); }

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

border-color css

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

 span { border-color: rgb(68,77,124); }

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