Html Css Color HEX #424F75 Astronaut

📋 copy color: '#424F75'

red 66 ◦ green 79 ◦ blue 117

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

Shades of Astronaut #424F75

Tints of Astronaut #424F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 25.19%
G = 30.15%
B = 44.66%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424F75 (or 0x424F75) is known color: Astronaut. HEX triplet: 42, 4F and 75. RGB value is (66,79,117). Sum of RGB (Red+Green+Blue) = 66+79+117=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #424F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F75 is #BDB08A. Grayscale: #4F4F4F. Windows color (decimal): -12431499 or 7688002. OLE color: 7688002.

HSL color Cylindrical-coordinate representation of color #424F75: hue angle of 224.71º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424F75 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 79 117 -
CMYK 0.44 0.32 0 0.54
HSL 224.71º 0.28% 0.36% -
HSV(B) 224.71º 0.44% 0.46% -
XYZ 8.25 8.03 17.95 -
YUV 79.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 66 79 117 0.44 0.32 0 0.54 224.71 0.28 0.36
Hex 42 4F 75 2C 20 0 36 E1 1C 24
Octal 102 117 165 54 40 0 66 341 34 44
Binary 1000010 1001111 1110101 101100 100000 0 110110 11100001 11100 100100

Color Harmonies of #424F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F75

Black with #424F75

Text Example


Text Example

White with #424F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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