Html Css Color HEX #42507A Astronaut

📋 copy color: '#42507A'

red 66 ◦ green 80 ◦ blue 122

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

Shades of Astronaut #42507A

Tints of Astronaut #42507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 122 (48.05% from 255) = 45.52%

R = 24.63%
G = 29.85%
B = 45.52%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42507A (or 0x42507A) is known color: Astronaut. HEX triplet: 42, 50 and 7A. RGB value is (66,80,122). Sum of RGB (Red+Green+Blue) = 66+80+122=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #42507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42507A is #BDAF85. Grayscale: #505050. Windows color (decimal): -12431238 or 8015938. OLE color: 8015938.

HSL color Cylindrical-coordinate representation of color #42507A: hue angle of 225º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42507A is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 80 122 -
CMYK 0.46 0.34 0 0.52
HSL 225º 0.3% 0.37% -
HSV(B) 225º 0.46% 0.48% -
XYZ 8.63 8.3 19.56 -
YUV 80.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 66 80 122 0.46 0.34 0 0.52 225 0.3 0.37
Hex 42 50 7A 2E 22 0 34 E1 1E 25
Octal 102 120 172 56 42 0 64 341 36 45
Binary 1000010 1010000 1111010 101110 100010 0 110100 11100001 11110 100101

Color Harmonies of #42507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42507A

Black with #42507A

Text Example


Text Example

White with #42507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42507A; }

 p { color: rgb(66,80,122); }

 H1.HeaderClassName
 {
   color: #42507A;
 }
 .AnyTagClassName
 {
   color: #42507A;
 }
</style>

background-color css

<style>
 a { background-color: #42507A; }

 a { background-color: rgb(66,80,122); }

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

border-color css

<style>
 span { border-color: #42507A; }

 span { border-color: rgb(66,80,122); }

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