Html Css Color HEX #414C72 Astronaut

📋 copy color: '#414C72'

red 65 ◦ green 76 ◦ blue 114

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

Shades of Astronaut #414C72

Tints of Astronaut #414C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 25.49%
G = 29.8%
B = 44.71%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#414C72 (or 0x414C72) is known color: Astronaut. HEX triplet: 41, 4C and 72. RGB value is (65,76,114). Sum of RGB (Red+Green+Blue) = 65+76+114=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #414C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C72 is #BEB38D. Grayscale: #4C4C4C. Windows color (decimal): -12497806 or 7490625. OLE color: 7490625.

HSL color Cylindrical-coordinate representation of color #414C72: hue angle of 226.53º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414C72 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 76 114 -
CMYK 0.43 0.33 0 0.55
HSL 226.53º 0.27% 0.35% -
HSV(B) 226.53º 0.43% 0.45% -
XYZ 7.8 7.51 16.96 -
YUV 77.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 65 76 114 0.43 0.33 0 0.55 226.53 0.27 0.35
Hex 41 4C 72 2B 21 0 37 E3 1B 23
Octal 101 114 162 53 41 0 67 343 33 43
Binary 1000001 1001100 1110010 101011 100001 0 110111 11100011 11011 100011

Color Harmonies of #414C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414C72

Black with #414C72

Text Example


Text Example

White with #414C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,76,114); }

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

background-color css

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

 a { background-color: rgb(65,76,114); }

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

border-color css

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

 span { border-color: rgb(65,76,114); }

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