Html Css Color HEX #48466D Corn Flower Blue

📋 copy color: '#48466D'

red 72 ◦ green 70 ◦ blue 109

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

Shades of Corn Flower Blue #48466D

Tints of Corn Flower Blue #48466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 28.69%
G = 27.89%
B = 43.43%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48466D (or 0x48466D) is known color: Corn Flower Blue. HEX triplet: 48, 46 and 6D. RGB value is (72,70,109). Sum of RGB (Red+Green+Blue) = 72+70+109=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #48466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48466D is #B7B992. Grayscale: #4A4A4A. Windows color (decimal): -12040595 or 7161416. OLE color: 7161416.

HSL color Cylindrical-coordinate representation of color #48466D: hue angle of 243.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48466D is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 70 109 -
CMYK 0.34 0.36 0 0.57
HSL 243.08º 0.22% 0.35% -
HSV(B) 243.08º 0.36% 0.43% -
XYZ 7.62 6.86 15.39 -
YUV 75.04 147.16 125.83 -
System Red Green Blue C M Y K H S L
Decimal 72 70 109 0.34 0.36 0 0.57 243.08 0.22 0.35
Hex 48 46 6D 22 24 0 39 F3 16 23
Octal 110 106 155 42 44 0 71 363 26 43
Binary 1001000 1000110 1101101 100010 100100 0 111001 11110011 10110 100011

Color Harmonies of #48466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48466D

Black with #48466D

Text Example


Text Example

White with #48466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48466D; }

 p { color: rgb(72,70,109); }

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

background-color css

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

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

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

border-color css

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

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

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