#424B6F

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

Shades of Astronaut #424B6F

Tints of Astronaut #424B6F

Color information

#424B6F (or 0x424B6F) is unknown color: approx Astronaut. HEX triplet: 42, 4B and 6F. RGB value is (66,75,111). Sum of RGB (Red+Green+Blue) = 66+75+111=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #424B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B6F is #BDB490. Grayscale: #4C4C4C. Windows color (decimal): -12432529 or 7293762. OLE color: 7293762.

HSL color Cylindrical-coordinate representation of color #424B6F: hue angle of 228º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #424B6F is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6675111-
CMYK0.410.3200.56
HSL228º25.42%34.71%-
HSV(B)228º40.54%43.53%-
XYZ7.637.3416.05-
YUV76.41147.52120.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=26.19%
G=29.76%
B=44.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66751110.410.3200.5622825.4234.71
Hex424B6F2920038e41923
Octal10211315751400703443143
Binary10000101001011110111110100110000001110001110010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424B6F; }

 p { color: rgb(66,75,111); }

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

<style>
 a { background-color: #424B6F; }

 a { background-color: rgb(66,75,111); }

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

<style>
 span { border-color: #424B6F; }

 span { border-color: rgb(66,75,111); }

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