Html Css Color HEX #484778 Corn Flower Blue

📋 copy color: '#484778'

red 72 ◦ green 71 ◦ blue 120

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

Shades of Corn Flower Blue #484778

Tints of Corn Flower Blue #484778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 27.38%
G = 27%
B = 45.63%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484778 (or 0x484778) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 78. RGB value is (72,71,120). Sum of RGB (Red+Green+Blue) = 72+71+120=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #484778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484778 is #B7B887. Grayscale: #4C4C4C. Windows color (decimal): -12040328 or 7882568. OLE color: 7882568.

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

Color convert

RGB 72 71 120 -
CMYK 0.40 0.41 0 0.53
HSL 241.22º 0.26% 0.37% -
HSV(B) 241.22º 0.41% 0.47% -
XYZ 8.32 7.24 18.73 -
YUV 76.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 72 71 120 0.40 0.41 0 0.53 241.22 0.26 0.37
Hex 48 47 78 28 29 0 35 F1 1A 25
Octal 110 107 170 50 51 0 65 361 32 45
Binary 1001000 1000111 1111000 101000 101001 0 110101 11110001 11010 100101

Color Harmonies of #484778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484778

Black with #484778

Text Example


Text Example

White with #484778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484778; }

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

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

background-color css

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

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

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

border-color css

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

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

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