Html Css Color HEX #4D507A Corn Flower Blue

📋 copy color: '#4D507A'

red 77 ◦ green 80 ◦ blue 122

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

Shades of Corn Flower Blue #4D507A

Tints of Corn Flower Blue #4D507A

RGB

 RED value IS 77 (30.47% from 255) = 27.6%

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

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

R = 27.6%
G = 28.67%
B = 43.73%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D507A (or 0x4D507A) is known color: Corn Flower Blue. HEX triplet: 4D, 50 and 7A. RGB value is (77,80,122). Sum of RGB (Red+Green+Blue) = 77+80+122=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D507A is #B2AF85. Grayscale: #535353. Windows color (decimal): -11710342 or 8015949. OLE color: 8015949.

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

Color convert

RGB 77 80 122 -
CMYK 0.37 0.34 0 0.52
HSL 236º 0.23% 0.39% -
HSV(B) 236º 0.37% 0.48% -
XYZ 9.44 8.72 19.6 -
YUV 83.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 77 80 122 0.37 0.34 0 0.52 236 0.23 0.39
Hex 4D 50 7A 25 22 0 34 EC 17 27
Octal 115 120 172 45 42 0 64 354 27 47
Binary 1001101 1010000 1111010 100101 100010 0 110100 11101100 10111 100111

Color Harmonies of #4D507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D507A

Black with #4D507A

Text Example


Text Example

White with #4D507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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