Html Css Color HEX #484563 Corn Flower Blue

📋 copy color: '#484563'

red 72 ◦ green 69 ◦ blue 99

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

Shades of Corn Flower Blue #484563

Tints of Corn Flower Blue #484563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.75%

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 30%
G = 28.75%
B = 41.25%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484563 (or 0x484563) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 63. RGB value is (72,69,99). Sum of RGB (Red+Green+Blue) = 72+69+99=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #484563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484563 is #B7BA9C. Grayscale: #494949. Windows color (decimal): -12040861 or 6505800. OLE color: 6505800.

HSL color Cylindrical-coordinate representation of color #484563: hue angle of 246º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484563 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 69 99 -
CMYK 0.27 0.30 0 0.61
HSL 246º 0.18% 0.33% -
HSV(B) 246º 0.3% 0.39% -
XYZ 7.05 6.53 12.69 -
YUV 73.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 72 69 99 0.27 0.30 0 0.61 246 0.18 0.33
Hex 48 45 63 1B 1E 0 3D F6 12 21
Octal 110 105 143 33 36 0 75 366 22 41
Binary 1001000 1000101 1100011 11011 11110 0 111101 11110110 10010 100001

Color Harmonies of #484563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484563

Black with #484563

Text Example


Text Example

White with #484563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484563; }

 p { color: rgb(72,69,99); }

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

background-color css

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

 a { background-color: rgb(72,69,99); }

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

border-color css

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

 span { border-color: rgb(72,69,99); }

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