Html Css Color HEX #484173 Corn Flower Blue

📋 copy color: '#484173'

red 72 ◦ green 65 ◦ blue 115

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

Shades of Corn Flower Blue #484173

Tints of Corn Flower Blue #484173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 28.57%
G = 25.79%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#484173 (or 0x484173) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 73. RGB value is (72,65,115). Sum of RGB (Red+Green+Blue) = 72+65+115=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #484173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484173 is #B7BE8C. Grayscale: #484848. Windows color (decimal): -12041869 or 7553352. OLE color: 7553352.

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

Color convert

RGB 72 65 115 -
CMYK 0.37 0.43 0 0.55
HSL 248.4º 0.28% 0.35% -
HSV(B) 248.4º 0.43% 0.45% -
XYZ 7.66 6.4 17.05 -
YUV 72.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 72 65 115 0.37 0.43 0 0.55 248.4 0.28 0.35
Hex 48 41 73 25 2B 0 37 F8 1C 23
Octal 110 101 163 45 53 0 67 370 34 43
Binary 1001000 1000001 1110011 100101 101011 0 110111 11111000 11100 100011

Color Harmonies of #484173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484173

Black with #484173

Text Example


Text Example

White with #484173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484173; }

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

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

background-color css

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

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

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

border-color css

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

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

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