Html Css Color HEX #424F7C Astronaut

📋 copy color: '#424F7C'

red 66 ◦ green 79 ◦ blue 124

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

Shades of Astronaut #424F7C

Tints of Astronaut #424F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 24.54%
G = 29.37%
B = 46.1%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#424F7C (or 0x424F7C) is known color: Astronaut. HEX triplet: 42, 4F and 7C. RGB value is (66,79,124). Sum of RGB (Red+Green+Blue) = 66+79+124=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #424F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F7C is #BDB083. Grayscale: #505050. Windows color (decimal): -12431492 or 8146754. OLE color: 8146754.

HSL color Cylindrical-coordinate representation of color #424F7C: hue angle of 226.55º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #424F7C is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 79 124 -
CMYK 0.47 0.36 0 0.51
HSL 226.55º 0.31% 0.37% -
HSV(B) 226.55º 0.47% 0.49% -
XYZ 8.68 8.21 20.2 -
YUV 80.24 152.69 117.84 -
System Red Green Blue C M Y K H S L
Decimal 66 79 124 0.47 0.36 0 0.51 226.55 0.31 0.37
Hex 42 4F 7C 2F 24 0 33 E3 1F 25
Octal 102 117 174 57 44 0 63 343 37 45
Binary 1000010 1001111 1111100 101111 100100 0 110011 11100011 11111 100101

Color Harmonies of #424F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F7C

Black with #424F7C

Text Example


Text Example

White with #424F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,79,124); }

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

background-color css

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

 a { background-color: rgb(66,79,124); }

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

border-color css

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

 span { border-color: rgb(66,79,124); }

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