Html Css Color HEX #444F76 Astronaut

📋 copy color: '#444F76'

red 68 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #444F76

Tints of Astronaut #444F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 25.66%
G = 29.81%
B = 44.53%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#444F76 (or 0x444F76) is known color: Astronaut. HEX triplet: 44, 4F and 76. RGB value is (68,79,118). Sum of RGB (Red+Green+Blue) = 68+79+118=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #444F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F76 is #BBB089. Grayscale: #4F4F4F. Windows color (decimal): -12300426 or 7753540. OLE color: 7753540.

HSL color Cylindrical-coordinate representation of color #444F76: hue angle of 226.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #444F76 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 79 118 -
CMYK 0.42 0.33 0 0.54
HSL 226.8º 0.27% 0.36% -
HSV(B) 226.8º 0.42% 0.46% -
XYZ 8.45 8.13 18.26 -
YUV 80.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 68 79 118 0.42 0.33 0 0.54 226.8 0.27 0.36
Hex 44 4F 76 2A 21 0 36 E3 1B 24
Octal 104 117 166 52 41 0 66 343 33 44
Binary 1000100 1001111 1110110 101010 100001 0 110110 11100011 11011 100100

Color Harmonies of #444F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F76

Black with #444F76

Text Example


Text Example

White with #444F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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