#414B7A

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

Shades of Astronaut #414B7A

Tints of Astronaut #414B7A

Color information

#414B7A (or 0x414B7A) is unknown color: approx Astronaut. HEX triplet: 41, 4B and 7A. RGB value is (65,75,122). Sum of RGB (Red+Green+Blue) = 65+75+122=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #414B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B7A is #BEB485. Grayscale: #4D4D4D. Windows color (decimal): -12498054 or 8014657. OLE color: 8014657.

HSL color Cylindrical-coordinate representation of color #414B7A: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #414B7A is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6575122-
CMYK0.470.3900.52
HSL229.47º30.48%36.67%-
HSV(B)229.47º46.72%47.84%-
XYZ8.217.5619.44-
YUV77.37153.19119.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=24.81%
G=28.63%
B=46.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65751220.470.3900.52229.4730.4836.67
Hex414B7A2F27034e51e25
Octal10111317257470643453645
Binary10000011001011111101010111110011101101001110010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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