Html Css Color HEX #484272 Corn Flower Blue

📋 copy color: '#484272'

red 72 ◦ green 66 ◦ blue 114

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

Shades of Corn Flower Blue #484272

Tints of Corn Flower Blue #484272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 28.57%
G = 26.19%
B = 45.24%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484272 (or 0x484272) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 72. RGB value is (72,66,114). Sum of RGB (Red+Green+Blue) = 72+66+114=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #484272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484272 is #B7BD8D. Grayscale: #494949. Windows color (decimal): -12041614 or 7488072. OLE color: 7488072.

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

Color convert

RGB 72 66 114 -
CMYK 0.37 0.42 0 0.55
HSL 247.5º 0.27% 0.35% -
HSV(B) 247.5º 0.42% 0.45% -
XYZ 7.66 6.49 16.77 -
YUV 73.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 72 66 114 0.37 0.42 0 0.55 247.5 0.27 0.35
Hex 48 42 72 25 2A 0 37 F8 1B 23
Octal 110 102 162 45 52 0 67 370 33 43
Binary 1001000 1000010 1110010 100101 101010 0 110111 11111000 11011 100011

Color Harmonies of #484272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484272

Black with #484272

Text Example


Text Example

White with #484272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484272; }

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

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

background-color css

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

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

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

border-color css

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

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

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