Html Css Color HEX #484471 Corn Flower Blue

📋 copy color: '#484471'

red 72 ◦ green 68 ◦ blue 113

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

Shades of Corn Flower Blue #484471

Tints of Corn Flower Blue #484471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 28.46%
G = 26.88%
B = 44.66%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#484471 (or 0x484471) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 71. RGB value is (72,68,113). Sum of RGB (Red+Green+Blue) = 72+68+113=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #484471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484471 is #B7BB8E. Grayscale: #4A4A4A. Windows color (decimal): -12041103 or 7423048. OLE color: 7423048.

HSL color Cylindrical-coordinate representation of color #484471: hue angle of 245.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484471 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 68 113 -
CMYK 0.36 0.40 0 0.56
HSL 245.33º 0.25% 0.35% -
HSV(B) 245.33º 0.4% 0.44% -
XYZ 7.72 6.7 16.51 -
YUV 74.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 72 68 113 0.36 0.40 0 0.56 245.33 0.25 0.35
Hex 48 44 71 24 28 0 38 F5 19 23
Octal 110 104 161 44 50 0 70 365 31 43
Binary 1001000 1000100 1110001 100100 101000 0 111000 11110101 11001 100011

Color Harmonies of #484471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484471

Black with #484471

Text Example


Text Example

White with #484471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484471; }

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

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

background-color css

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

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

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

border-color css

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

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

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