Html Css Color HEX #4D4B7C Corn Flower Blue

📋 copy color: '#4D4B7C'

red 77 ◦ green 75 ◦ blue 124

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

Shades of Corn Flower Blue #4D4B7C

Tints of Corn Flower Blue #4D4B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

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

R = 27.9%
G = 27.17%
B = 44.93%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D4B7C (or 0x4D4B7C) is known color: Corn Flower Blue. HEX triplet: 4D, 4B and 7C. RGB value is (77,75,124). Sum of RGB (Red+Green+Blue) = 77+75+124=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D4B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4B7C is #B2B483. Grayscale: #505050. Windows color (decimal): -11711620 or 8145741. OLE color: 8145741.

HSL color Cylindrical-coordinate representation of color #4D4B7C: hue angle of 242.45º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D4B7C is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 75 124 -
CMYK 0.38 0.40 0 0.51
HSL 242.45º 0.25% 0.39% -
HSV(B) 242.45º 0.4% 0.49% -
XYZ 9.21 8.07 20.14 -
YUV 81.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 77 75 124 0.38 0.40 0 0.51 242.45 0.25 0.39
Hex 4D 4B 7C 26 28 0 33 F2 19 27
Octal 115 113 174 46 50 0 63 362 31 47
Binary 1001101 1001011 1111100 100110 101000 0 110011 11110010 11001 100111

Color Harmonies of #4D4B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4B7C

Black with #4D4B7C

Text Example


Text Example

White with #4D4B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,124); }

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

background-color css

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

 a { background-color: rgb(77,75,124); }

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

border-color css

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

 span { border-color: rgb(77,75,124); }

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