Html Css Color HEX #42527C Astronaut

📋 copy color: '#42527C'

red 66 ◦ green 82 ◦ blue 124

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

Shades of Astronaut #42527C

Tints of Astronaut #42527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 24.26%
G = 30.15%
B = 45.59%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42527C (or 0x42527C) is known color: Astronaut. HEX triplet: 42, 52 and 7C. RGB value is (66,82,124). Sum of RGB (Red+Green+Blue) = 66+82+124=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #42527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42527C is #BDAD83. Grayscale: #515151. Windows color (decimal): -12430724 or 8147522. OLE color: 8147522.

HSL color Cylindrical-coordinate representation of color #42527C: hue angle of 223.45º 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 #42527C is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 82 124 -
CMYK 0.47 0.34 0 0.51
HSL 223.45º 0.31% 0.37% -
HSV(B) 223.45º 0.47% 0.49% -
XYZ 8.9 8.65 20.27 -
YUV 82 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 66 82 124 0.47 0.34 0 0.51 223.45 0.31 0.37
Hex 42 52 7C 2F 22 0 33 DF 1F 25
Octal 102 122 174 57 42 0 63 337 37 45
Binary 1000010 1010010 1111100 101111 100010 0 110011 11011111 11111 100101

Color Harmonies of #42527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42527C

Black with #42527C

Text Example


Text Example

White with #42527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42527C; }

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

 H1.HeaderClassName
 {
   color: #42527C;
 }
 .AnyTagClassName
 {
   color: #42527C;
 }
</style>

background-color css

<style>
 a { background-color: #42527C; }

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

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

border-color css

<style>
 span { border-color: #42527C; }

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

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