Html Css Color HEX #484978 Corn Flower Blue

📋 copy color: '#484978'

red 72 ◦ green 73 ◦ blue 120

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

Shades of Corn Flower Blue #484978

Tints of Corn Flower Blue #484978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 27.17%
G = 27.55%
B = 45.28%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484978 (or 0x484978) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 78. RGB value is (72,73,120). Sum of RGB (Red+Green+Blue) = 72+73+120=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #484978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484978 is #B7B687. Grayscale: #4D4D4D. Windows color (decimal): -12039816 or 7883080. OLE color: 7883080.

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

Color convert

RGB 72 73 120 -
CMYK 0.40 0.39 0 0.53
HSL 238.75º 0.25% 0.38% -
HSV(B) 238.75º 0.4% 0.47% -
XYZ 8.45 7.5 18.77 -
YUV 78.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 72 73 120 0.40 0.39 0 0.53 238.75 0.25 0.38
Hex 48 49 78 28 27 0 35 EF 19 26
Octal 110 111 170 50 47 0 65 357 31 46
Binary 1001000 1001001 1111000 101000 100111 0 110101 11101111 11001 100110

Color Harmonies of #484978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484978

Black with #484978

Text Example


Text Example

White with #484978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484978; }

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

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

background-color css

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

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

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

border-color css

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

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

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