Html Css Color HEX #48446D Corn Flower Blue

📋 copy color: '#48446D'

red 72 ◦ green 68 ◦ blue 109

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

Shades of Corn Flower Blue #48446D

Tints of Corn Flower Blue #48446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 28.92%
G = 27.31%
B = 43.78%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48446D (or 0x48446D) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 6D. RGB value is (72,68,109). Sum of RGB (Red+Green+Blue) = 72+68+109=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #48446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48446D is #B7BB92. Grayscale: #494949. Windows color (decimal): -12041107 or 7160904. OLE color: 7160904.

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

Color convert

RGB 72 68 109 -
CMYK 0.34 0.38 0 0.57
HSL 245.85º 0.23% 0.35% -
HSV(B) 245.85º 0.38% 0.43% -
XYZ 7.5 6.62 15.35 -
YUV 73.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 72 68 109 0.34 0.38 0 0.57 245.85 0.23 0.35
Hex 48 44 6D 22 26 0 39 F6 17 23
Octal 110 104 155 42 46 0 71 366 27 43
Binary 1001000 1000100 1101101 100010 100110 0 111001 11110110 10111 100011

Color Harmonies of #48446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48446D

Black with #48446D

Text Example


Text Example

White with #48446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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