Html Css Color HEX #48446C Corn Flower Blue

📋 copy color: '#48446C'

red 72 ◦ green 68 ◦ blue 108

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

Shades of Corn Flower Blue #48446C

Tints of Corn Flower Blue #48446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.55%

R = 29.03%
G = 27.42%
B = 43.55%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48446C (or 0x48446C) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 6C. RGB value is (72,68,108). Sum of RGB (Red+Green+Blue) = 72+68+108=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #48446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48446C is #B7BB93. Grayscale: #494949. Windows color (decimal): -12041108 or 7095368. OLE color: 7095368.

HSL color Cylindrical-coordinate representation of color #48446C: hue angle of 246º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48446C is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 68 108 -
CMYK 0.33 0.37 0 0.58
HSL 246º 0.23% 0.35% -
HSV(B) 246º 0.37% 0.42% -
XYZ 7.45 6.59 15.07 -
YUV 73.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 72 68 108 0.33 0.37 0 0.58 246 0.23 0.35
Hex 48 44 6C 21 25 0 3A F6 17 23
Octal 110 104 154 41 45 0 72 366 27 43
Binary 1001000 1000100 1101100 100001 100101 0 111010 11110110 10111 100011

Color Harmonies of #48446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48446C

Black with #48446C

Text Example


Text Example

White with #48446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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