Html Css Color HEX #464E7D Astronaut

📋 copy color: '#464E7D'

red 70 ◦ green 78 ◦ blue 125

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

Shades of Astronaut #464E7D

Tints of Astronaut #464E7D

RGB

 RED value IS 70 (27.73% from 255) = 25.64%

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

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

R = 25.64%
G = 28.57%
B = 45.79%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#464E7D (or 0x464E7D) is known color: Astronaut. HEX triplet: 46, 4E and 7D. RGB value is (70,78,125). Sum of RGB (Red+Green+Blue) = 70+78+125=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #464E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E7D is #B9B182. Grayscale: #505050. Windows color (decimal): -12169603 or 8212038. OLE color: 8212038.

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

Color convert

RGB 70 78 125 -
CMYK 0.44 0.38 0 0.51
HSL 231.27º 0.28% 0.38% -
HSV(B) 231.27º 0.44% 0.49% -
XYZ 8.95 8.23 20.52 -
YUV 80.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 70 78 125 0.44 0.38 0 0.51 231.27 0.28 0.38
Hex 46 4E 7D 2C 26 0 33 E7 1C 26
Octal 106 116 175 54 46 0 63 347 34 46
Binary 1000110 1001110 1111101 101100 100110 0 110011 11100111 11100 100110

Color Harmonies of #464E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464E7D

Black with #464E7D

Text Example


Text Example

White with #464E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464E7D; }

 p { color: rgb(70,78,125); }

 H1.HeaderClassName
 {
   color: #464E7D;
 }
 .AnyTagClassName
 {
   color: #464E7D;
 }
</style>

background-color css

<style>
 a { background-color: #464E7D; }

 a { background-color: rgb(70,78,125); }

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

border-color css

<style>
 span { border-color: #464E7D; }

 span { border-color: rgb(70,78,125); }

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