Html Css Color HEX #484573 Corn Flower Blue

📋 copy color: '#484573'

red 72 ◦ green 69 ◦ blue 115

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

Shades of Corn Flower Blue #484573

Tints of Corn Flower Blue #484573

RGB

 RED value IS 72 (28.52% from 255) = 28.13%

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

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

R = 28.13%
G = 26.95%
B = 44.92%

CMYK

 C value IS 0.37

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484573 (or 0x484573) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 73. RGB value is (72,69,115). Sum of RGB (Red+Green+Blue) = 72+69+115=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #484573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484573 is #B7BA8C. Grayscale: #4A4A4A. Windows color (decimal): -12040845 or 7554376. OLE color: 7554376.

HSL color Cylindrical-coordinate representation of color #484573: hue angle of 243.91º 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 #484573 is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 69 115 -
CMYK 0.37 0.4 0 0.55
HSL 243.91º 0.25% 0.36% -
HSV(B) 243.91º 0.4% 0.45% -
XYZ 7.9 6.87 17.13 -
YUV 75.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 72 69 115 0.37 0.4 0 0.55 243.91 0.25 0.36
Hex 48 45 73 25 28 0 37 F4 19 24
Octal 110 105 163 45 50 0 67 364 31 44
Binary 1001000 1000101 1110011 100101 101000 0 110111 11110100 11001 100100

Color Harmonies of #484573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484573

Black with #484573

Text Example


Text Example

White with #484573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484573; }

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

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

background-color css

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

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

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

border-color css

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

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

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