Html Css Color HEX #484578 Corn Flower Blue

📋 copy color: '#484578'

red 72 ◦ green 69 ◦ blue 120

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

Shades of Corn Flower Blue #484578

Tints of Corn Flower Blue #484578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 27.59%
G = 26.44%
B = 45.98%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484578 (or 0x484578) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 78. RGB value is (72,69,120). Sum of RGB (Red+Green+Blue) = 72+69+120=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #484578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484578 is #B7BA87. Grayscale: #4B4B4B. Windows color (decimal): -12040840 or 7882056. OLE color: 7882056.

HSL color Cylindrical-coordinate representation of color #484578: hue angle of 243.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484578 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 69 120 -
CMYK 0.40 0.42 0 0.53
HSL 243.53º 0.27% 0.37% -
HSV(B) 243.53º 0.43% 0.47% -
XYZ 8.19 6.99 18.69 -
YUV 75.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 72 69 120 0.40 0.42 0 0.53 243.53 0.27 0.37
Hex 48 45 78 28 2A 0 35 F4 1B 25
Octal 110 105 170 50 52 0 65 364 33 45
Binary 1001000 1000101 1111000 101000 101010 0 110101 11110100 11011 100101

Color Harmonies of #484578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484578

Black with #484578

Text Example


Text Example

White with #484578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484578; }

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

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

background-color css

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

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

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

border-color css

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

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

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