Html Css Color HEX #4C507A Astronaut

📋 copy color: '#4C507A'

red 76 ◦ green 80 ◦ blue 122

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

Shades of Astronaut #4C507A

Tints of Astronaut #4C507A

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

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

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

R = 27.34%
G = 28.78%
B = 43.88%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C507A (or 0x4C507A) is known color: Astronaut. HEX triplet: 4C, 50 and 7A. RGB value is (76,80,122). Sum of RGB (Red+Green+Blue) = 76+80+122=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C507A is #B3AF85. Grayscale: #535353. Windows color (decimal): -11775878 or 8015948. OLE color: 8015948.

HSL color Cylindrical-coordinate representation of color #4C507A: hue angle of 234.78º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C507A is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 80 122 -
CMYK 0.38 0.34 0 0.52
HSL 234.78º 0.23% 0.39% -
HSV(B) 234.78º 0.38% 0.48% -
XYZ 9.36 8.68 19.59 -
YUV 83.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 76 80 122 0.38 0.34 0 0.52 234.78 0.23 0.39
Hex 4C 50 7A 26 22 0 34 EB 17 27
Octal 114 120 172 46 42 0 64 353 27 47
Binary 1001100 1010000 1111010 100110 100010 0 110100 11101011 10111 100111

Color Harmonies of #4C507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C507A

Black with #4C507A

Text Example


Text Example

White with #4C507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C507A; }

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

 H1.HeaderClassName
 {
   color: #4C507A;
 }
 .AnyTagClassName
 {
   color: #4C507A;
 }
</style>

background-color css

<style>
 a { background-color: #4C507A; }

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

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

border-color css

<style>
 span { border-color: #4C507A; }

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

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