Html Css Color HEX #42527A Astronaut

📋 copy color: '#42527A'

red 66 ◦ green 82 ◦ blue 122

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

Shades of Astronaut #42527A

Tints of Astronaut #42527A

RGB

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

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

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

R = 24.44%
G = 30.37%
B = 45.19%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42527A (or 0x42527A) is known color: Astronaut. HEX triplet: 42, 52 and 7A. RGB value is (66,82,122). Sum of RGB (Red+Green+Blue) = 66+82+122=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #42527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42527A is #BDAD85. Grayscale: #515151. Windows color (decimal): -12430726 or 8016450. OLE color: 8016450.

HSL color Cylindrical-coordinate representation of color #42527A: hue angle of 222.86º 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 #42527A is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 82 122 -
CMYK 0.46 0.33 0 0.52
HSL 222.86º 0.3% 0.37% -
HSV(B) 222.86º 0.46% 0.48% -
XYZ 8.78 8.6 19.61 -
YUV 81.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 66 82 122 0.46 0.33 0 0.52 222.86 0.3 0.37
Hex 42 52 7A 2E 21 0 34 DF 1E 25
Octal 102 122 172 56 41 0 64 337 36 45
Binary 1000010 1010010 1111010 101110 100001 0 110100 11011111 11110 100101

Color Harmonies of #42527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42527A

Black with #42527A

Text Example


Text Example

White with #42527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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