Html Css Color HEX #444D7D Astronaut

📋 copy color: '#444D7D'

red 68 ◦ green 77 ◦ blue 125

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

Shades of Astronaut #444D7D

Tints of Astronaut #444D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 25.19%
G = 28.52%
B = 46.3%

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

#444D7D (or 0x444D7D) is known color: Astronaut. HEX triplet: 44, 4D and 7D. RGB value is (68,77,125). Sum of RGB (Red+Green+Blue) = 68+77+125=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #444D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D7D is #BBB282. Grayscale: #4F4F4F. Windows color (decimal): -12300931 or 8211780. OLE color: 8211780.

HSL color Cylindrical-coordinate representation of color #444D7D: hue angle of 230.53º 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 #444D7D is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 77 125 -
CMYK 0.46 0.38 0 0.51
HSL 230.53º 0.3% 0.38% -
HSV(B) 230.53º 0.46% 0.49% -
XYZ 8.74 8.02 20.49 -
YUV 79.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 68 77 125 0.46 0.38 0 0.51 230.53 0.3 0.38
Hex 44 4D 7D 2E 26 0 33 E7 1E 26
Octal 104 115 175 56 46 0 63 347 36 46
Binary 1000100 1001101 1111101 101110 100110 0 110011 11100111 11110 100110

Color Harmonies of #444D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D7D

Black with #444D7D

Text Example


Text Example

White with #444D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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