Html Css Color HEX #484779 Corn Flower Blue

📋 copy color: '#484779'

red 72 ◦ green 71 ◦ blue 121

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

Shades of Corn Flower Blue #484779

Tints of Corn Flower Blue #484779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 27.27%
G = 26.89%
B = 45.83%

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

#484779 (or 0x484779) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 79. RGB value is (72,71,121). Sum of RGB (Red+Green+Blue) = 72+71+121=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #484779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484779 is #B7B886. Grayscale: #4C4C4C. Windows color (decimal): -12040327 or 7948104. OLE color: 7948104.

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

Color convert

RGB 72 71 121 -
CMYK 0.40 0.41 0 0.53
HSL 241.2º 0.26% 0.38% -
HSV(B) 241.2º 0.41% 0.47% -
XYZ 8.38 7.26 19.05 -
YUV 77 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 72 71 121 0.40 0.41 0 0.53 241.2 0.26 0.38
Hex 48 47 79 28 29 0 35 F1 1A 26
Octal 110 107 171 50 51 0 65 361 32 46
Binary 1001000 1000111 1111001 101000 101001 0 110101 11110001 11010 100110

Color Harmonies of #484779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484779

Black with #484779

Text Example


Text Example

White with #484779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484779; }

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

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

background-color css

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

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

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

border-color css

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

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

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