Html Css Color HEX #484873 Corn Flower Blue

📋 copy color: '#484873'

red 72 ◦ green 72 ◦ blue 115

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

Shades of Corn Flower Blue #484873

Tints of Corn Flower Blue #484873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 27.8%
G = 27.8%
B = 44.4%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484873 (or 0x484873) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 73. RGB value is (72,72,115). Sum of RGB (Red+Green+Blue) = 72+72+115=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #484873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484873 is #B7B78C. Grayscale: #4C4C4C. Windows color (decimal): -12040077 or 7555144. OLE color: 7555144.

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

Color convert

RGB 72 72 115 -
CMYK 0.37 0.37 0 0.55
HSL 240º 0.23% 0.37% -
HSV(B) 240º 0.37% 0.45% -
XYZ 8.08 7.25 17.19 -
YUV 76.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 72 72 115 0.37 0.37 0 0.55 240 0.23 0.37
Hex 48 48 73 25 25 0 37 F0 17 25
Octal 110 110 163 45 45 0 67 360 27 45
Binary 1001000 1001000 1110011 100101 100101 0 110111 11110000 10111 100101

Color Harmonies of #484873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484873

Black with #484873

Text Example


Text Example

White with #484873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484873; }

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

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

background-color css

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

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

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

border-color css

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

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

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