Html Css Color HEX #414A78 Astronaut

📋 copy color: '#414A78'

red 65 ◦ green 74 ◦ blue 120

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

Shades of Astronaut #414A78

Tints of Astronaut #414A78

RGB

 RED value IS 65 (25.78% from 255) = 25.1%

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 120 (47.27% from 255) = 46.33%

R = 25.1%
G = 28.57%
B = 46.33%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#414A78 (or 0x414A78) is known color: Astronaut. HEX triplet: 41, 4A and 78. RGB value is (65,74,120). Sum of RGB (Red+Green+Blue) = 65+74+120=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #414A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A78 is #BEB587. Grayscale: #4C4C4C. Windows color (decimal): -12498312 or 7883329. OLE color: 7883329.

HSL color Cylindrical-coordinate representation of color #414A78: hue angle of 230.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414A78 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 74 120 -
CMYK 0.46 0.38 0 0.53
HSL 230.18º 0.3% 0.36% -
HSV(B) 230.18º 0.46% 0.47% -
XYZ 8.02 7.38 18.77 -
YUV 76.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 65 74 120 0.46 0.38 0 0.53 230.18 0.3 0.36
Hex 41 4A 78 2E 26 0 35 E6 1E 24
Octal 101 112 170 56 46 0 65 346 36 44
Binary 1000001 1001010 1111000 101110 100110 0 110101 11100110 11110 100100

Color Harmonies of #414A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414A78

Black with #414A78

Text Example


Text Example

White with #414A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414A78; }

 p { color: rgb(65,74,120); }

 H1.HeaderClassName
 {
   color: #414A78;
 }
 .AnyTagClassName
 {
   color: #414A78;
 }
</style>

background-color css

<style>
 a { background-color: #414A78; }

 a { background-color: rgb(65,74,120); }

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

border-color css

<style>
 span { border-color: #414A78; }

 span { border-color: rgb(65,74,120); }

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