#414B7D

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

Shades of Astronaut #414B7D

Tints of Astronaut #414B7D

Color information

#414B7D (or 0x414B7D) is unknown color: approx Astronaut. HEX triplet: 41, 4B and 7D. RGB value is (65,75,125). Sum of RGB (Red+Green+Blue) = 65+75+125=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #414B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B7D is #BEB482. Grayscale: #4D4D4D. Windows color (decimal): -12498051 or 8211265. OLE color: 8211265.

HSL color Cylindrical-coordinate representation of color #414B7D: hue angle of 230º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414B7D is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6575125-
CMYK0.480.4000.51
HSL230º31.58%37.25%-
HSV(B)230º48%49.02%-
XYZ8.47.6420.43-
YUV77.71154.69118.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=24.53%
G=28.30%
B=47.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65751250.480.4000.5123031.5837.25
Hex414B7D3028033e62025
Octal10111317560500633464045
Binary100000110010111111101110000101000011001111100110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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