#414B75

Color #414B75 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #414B75

Tints of Astronaut #414B75

Color information

#414B75 (or 0x414B75) is unknown color: approx Astronaut. HEX triplet: 41, 4B and 75. RGB value is (65,75,117). Sum of RGB (Red+Green+Blue) = 65+75+117=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #414B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B75 is #BEB48A. Grayscale: #4C4C4C. Windows color (decimal): -12498059 or 7686977. OLE color: 7686977.

HSL color Cylindrical-coordinate representation of color #414B75: hue angle of 228.46º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414B75 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6575117-
CMYK0.440.3600.54
HSL228.46º28.57%35.69%-
HSV(B)228.46º44.44%45.88%-
XYZ7.917.4417.85-
YUV76.8150.69119.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=25.29%
G=29.18%
B=45.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65751170.440.3600.54228.4628.5735.69
Hex414B752C24036e41d24
Octal10111316554440663443544
Binary10000011001011111010110110010010001101101110010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,117); }

 H1.HeaderClassName
 {
   color: #414B75;
 }
 .AnyTagClassName
 {
   color: #414B75;
 }
</style>
background-color css

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

 a { background-color: rgb(65,75,117); }

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

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

 span { border-color: rgb(65,75,117); }

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