Html Css Color HEX #48416D Corn Flower Blue

📋 copy color: '#48416D'

red 72 ◦ green 65 ◦ blue 109

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

Shades of Corn Flower Blue #48416D

Tints of Corn Flower Blue #48416D

RGB

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

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

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

R = 29.27%
G = 26.42%
B = 44.31%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48416D (or 0x48416D) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 6D. RGB value is (72,65,109). Sum of RGB (Red+Green+Blue) = 72+65+109=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #48416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48416D is #B7BE92. Grayscale: #474747. Windows color (decimal): -12041875 or 7160136. OLE color: 7160136.

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

Color convert

RGB 72 65 109 -
CMYK 0.34 0.40 0 0.57
HSL 249.55º 0.25% 0.34% -
HSV(B) 249.55º 0.4% 0.43% -
XYZ 7.32 6.26 15.29 -
YUV 72.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 72 65 109 0.34 0.40 0 0.57 249.55 0.25 0.34
Hex 48 41 6D 22 28 0 39 FA 19 22
Octal 110 101 155 42 50 0 71 372 31 42
Binary 1001000 1000001 1101101 100010 101000 0 111001 11111010 11001 100010

Color Harmonies of #48416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48416D

Black with #48416D

Text Example


Text Example

White with #48416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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