Html Css Color HEX #4B4573 Corn Flower Blue

📋 copy color: '#4B4573'

red 75 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #4B4573

Tints of Corn Flower Blue #4B4573

RGB

 RED value IS 75 (29.69% from 255) = 28.96%

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 28.96%
G = 26.64%
B = 44.4%

CMYK

 C value IS 0.35

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B4573 (or 0x4B4573) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 73. RGB value is (75,69,115). Sum of RGB (Red+Green+Blue) = 75+69+115=259 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.96% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4573 is #B4BA8C. Grayscale: #4B4B4B. Windows color (decimal): -11844237 or 7554379. OLE color: 7554379.

HSL color Cylindrical-coordinate representation of color #4B4573: hue angle of 247.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B4573 is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 69 115 -
CMYK 0.35 0.4 0 0.55
HSL 247.83º 0.25% 0.36% -
HSV(B) 247.83º 0.4% 0.45% -
XYZ 8.12 6.99 17.14 -
YUV 76.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 75 69 115 0.35 0.4 0 0.55 247.83 0.25 0.36
Hex 4B 45 73 23 28 0 37 F8 19 24
Octal 113 105 163 43 50 0 67 370 31 44
Binary 1001011 1000101 1110011 100011 101000 0 110111 11111000 11001 100100

Color Harmonies of #4B4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4573

Black with #4B4573

Text Example


Text Example

White with #4B4573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,115); }

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

background-color css

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

 a { background-color: rgb(75,69,115); }

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

border-color css

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

 span { border-color: rgb(75,69,115); }

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