Html Css Color HEX #424B6D Astronaut

📋 copy color: '#424B6D'

red 66 ◦ green 75 ◦ blue 109

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

Shades of Astronaut #424B6D

Tints of Astronaut #424B6D

RGB

 RED value IS 66 (26.17% from 255) = 26.4%

 GREEN value IS 75 (29.69% from 255) = 30%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 26.4%
G = 30%
B = 43.6%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#424B6D (or 0x424B6D) is known color: Astronaut. HEX triplet: 42, 4B and 6D. RGB value is (66,75,109). Sum of RGB (Red+Green+Blue) = 66+75+109=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #424B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B6D is #BDB492. Grayscale: #4C4C4C. Windows color (decimal): -12432531 or 7162690. OLE color: 7162690.

HSL color Cylindrical-coordinate representation of color #424B6D: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424B6D is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 75 109 -
CMYK 0.39 0.31 0 0.57
HSL 227.44º 0.25% 0.34% -
HSV(B) 227.44º 0.39% 0.43% -
XYZ 7.52 7.29 15.48 -
YUV 76.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 66 75 109 0.39 0.31 0 0.57 227.44 0.25 0.34
Hex 42 4B 6D 27 1F 0 39 E3 19 22
Octal 102 113 155 47 37 0 71 343 31 42
Binary 1000010 1001011 1101101 100111 11111 0 111001 11100011 11001 100010

Color Harmonies of #424B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B6D

Black with #424B6D

Text Example


Text Example

White with #424B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #424B6D;
 }
 .AnyTagClassName
 {
   color: #424B6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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