Html Css Color HEX #484872 Corn Flower Blue

📋 copy color: '#484872'

red 72 ◦ green 72 ◦ blue 114

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

Shades of Corn Flower Blue #484872

Tints of Corn Flower Blue #484872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 27.91%
G = 27.91%
B = 44.19%

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

#484872 (or 0x484872) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 72. RGB value is (72,72,114). Sum of RGB (Red+Green+Blue) = 72+72+114=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #484872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484872 is #B7B78D. Grayscale: #4C4C4C. Windows color (decimal): -12040078 or 7489608. OLE color: 7489608.

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

Color convert

RGB 72 72 114 -
CMYK 0.37 0.37 0 0.55
HSL 240º 0.23% 0.36% -
HSV(B) 240º 0.37% 0.45% -
XYZ 8.03 7.23 16.89 -
YUV 76.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 72 72 114 0.37 0.37 0 0.55 240 0.23 0.36
Hex 48 48 72 25 25 0 37 F0 17 24
Octal 110 110 162 45 45 0 67 360 27 44
Binary 1001000 1001000 1110010 100101 100101 0 110111 11110000 10111 100100

Color Harmonies of #484872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484872

Black with #484872

Text Example


Text Example

White with #484872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484872; }

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

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

background-color css

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

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

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

border-color css

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

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

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