Html Css Color HEX #424B71 Astronaut

📋 copy color: '#424B71'

red 66 ◦ green 75 ◦ blue 113

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

Shades of Astronaut #424B71

Tints of Astronaut #424B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.49%

R = 25.98%
G = 29.53%
B = 44.49%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424B71 (or 0x424B71) is known color: Astronaut. HEX triplet: 42, 4B and 71. RGB value is (66,75,113). Sum of RGB (Red+Green+Blue) = 66+75+113=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #424B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B71 is #BDB48E. Grayscale: #4C4C4C. Windows color (decimal): -12432527 or 7424834. OLE color: 7424834.

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

Color convert

RGB 66 75 113 -
CMYK 0.42 0.34 0 0.56
HSL 228.51º 0.26% 0.35% -
HSV(B) 228.51º 0.42% 0.44% -
XYZ 7.74 7.38 16.64 -
YUV 76.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 66 75 113 0.42 0.34 0 0.56 228.51 0.26 0.35
Hex 42 4B 71 2A 22 0 38 E5 1A 23
Octal 102 113 161 52 42 0 70 345 32 43
Binary 1000010 1001011 1110001 101010 100010 0 111000 11100101 11010 100011

Color Harmonies of #424B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B71

Black with #424B71

Text Example


Text Example

White with #424B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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