Html Css Color HEX #484473 Corn Flower Blue

📋 copy color: '#484473'

red 72 ◦ green 68 ◦ blue 115

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

Shades of Corn Flower Blue #484473

Tints of Corn Flower Blue #484473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 28.24%
G = 26.67%
B = 45.1%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484473 (or 0x484473) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 73. RGB value is (72,68,115). Sum of RGB (Red+Green+Blue) = 72+68+115=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #484473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484473 is #B7BB8C. Grayscale: #4A4A4A. Windows color (decimal): -12041101 or 7554120. OLE color: 7554120.

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

Color convert

RGB 72 68 115 -
CMYK 0.37 0.41 0 0.55
HSL 245.11º 0.26% 0.36% -
HSV(B) 245.11º 0.41% 0.45% -
XYZ 7.83 6.75 17.11 -
YUV 74.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 72 68 115 0.37 0.41 0 0.55 245.11 0.26 0.36
Hex 48 44 73 25 29 0 37 F5 1A 24
Octal 110 104 163 45 51 0 67 365 32 44
Binary 1001000 1000100 1110011 100101 101001 0 110111 11110101 11010 100100

Color Harmonies of #484473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484473

Black with #484473

Text Example


Text Example

White with #484473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484473; }

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

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

background-color css

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

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

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

border-color css

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

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

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