Html Css Color HEX #444F7F Astronaut

📋 copy color: '#444F7F'

red 68 ◦ green 79 ◦ blue 127

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

Shades of Astronaut #444F7F

Tints of Astronaut #444F7F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 24.82%
G = 28.83%
B = 46.35%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#444F7F (or 0x444F7F) is known color: Astronaut. HEX triplet: 44, 4F and 7F. RGB value is (68,79,127). Sum of RGB (Red+Green+Blue) = 68+79+127=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #444F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F7F is #BBB080. Grayscale: #505050. Windows color (decimal): -12300417 or 8343364. OLE color: 8343364.

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

Color convert

RGB 68 79 127 -
CMYK 0.46 0.38 0 0.50
HSL 228.81º 0.3% 0.38% -
HSV(B) 228.81º 0.46% 0.5% -
XYZ 9.01 8.35 21.22 -
YUV 81.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 68 79 127 0.46 0.38 0 0.50 228.81 0.3 0.38
Hex 44 4F 7F 2E 26 0 32 E5 1E 26
Octal 104 117 177 56 46 0 62 345 36 46
Binary 1000100 1001111 1111111 101110 100110 0 110010 11100101 11110 100110

Color Harmonies of #444F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F7F

Black with #444F7F

Text Example


Text Example

White with #444F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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