Html Css Color HEX #484574 Corn Flower Blue

📋 copy color: '#484574'

red 72 ◦ green 69 ◦ blue 116

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

Shades of Corn Flower Blue #484574

Tints of Corn Flower Blue #484574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 28.02%
G = 26.85%
B = 45.14%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484574 (or 0x484574) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 74. RGB value is (72,69,116). Sum of RGB (Red+Green+Blue) = 72+69+116=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #484574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484574 is #B7BA8B. Grayscale: #4B4B4B. Windows color (decimal): -12040844 or 7619912. OLE color: 7619912.

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

Color convert

RGB 72 69 116 -
CMYK 0.38 0.41 0 0.55
HSL 243.83º 0.25% 0.36% -
HSV(B) 243.83º 0.41% 0.45% -
XYZ 7.95 6.89 17.43 -
YUV 75.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 72 69 116 0.38 0.41 0 0.55 243.83 0.25 0.36
Hex 48 45 74 26 29 0 37 F4 19 24
Octal 110 105 164 46 51 0 67 364 31 44
Binary 1001000 1000101 1110100 100110 101001 0 110111 11110100 11001 100100

Color Harmonies of #484574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484574

Black with #484574

Text Example


Text Example

White with #484574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484574; }

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

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

background-color css

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

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

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

border-color css

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

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

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