Html Css Color HEX #484476 Corn Flower Blue

📋 copy color: '#484476'

red 72 ◦ green 68 ◦ blue 118

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

Shades of Corn Flower Blue #484476

Tints of Corn Flower Blue #484476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 27.91%
G = 26.36%
B = 45.74%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484476 (or 0x484476) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 76. RGB value is (72,68,118). Sum of RGB (Red+Green+Blue) = 72+68+118=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #484476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484476 is #B7BB89. Grayscale: #4A4A4A. Windows color (decimal): -12041098 or 7750728. OLE color: 7750728.

HSL color Cylindrical-coordinate representation of color #484476: hue angle of 244.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484476 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 68 118 -
CMYK 0.39 0.42 0 0.54
HSL 244.8º 0.27% 0.36% -
HSV(B) 244.8º 0.42% 0.46% -
XYZ 8.01 6.82 18.03 -
YUV 74.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 72 68 118 0.39 0.42 0 0.54 244.8 0.27 0.36
Hex 48 44 76 27 2A 0 36 F5 1B 24
Octal 110 104 166 47 52 0 66 365 33 44
Binary 1001000 1000100 1110110 100111 101010 0 110110 11110101 11011 100100

Color Harmonies of #484476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484476

Black with #484476

Text Example


Text Example

White with #484476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484476; }

 p { color: rgb(72,68,118); }

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

background-color css

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

 a { background-color: rgb(72,68,118); }

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

border-color css

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

 span { border-color: rgb(72,68,118); }

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