Html Css Color HEX #48496C Corn Flower Blue

📋 copy color: '#48496C'

red 72 ◦ green 73 ◦ blue 108

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

Shades of Corn Flower Blue #48496C

Tints of Corn Flower Blue #48496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.85%

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

R = 28.46%
G = 28.85%
B = 42.69%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48496C (or 0x48496C) is known color: Corn Flower Blue. HEX triplet: 48, 49 and 6C. RGB value is (72,73,108). Sum of RGB (Red+Green+Blue) = 72+73+108=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #48496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48496C is #B7B693. Grayscale: #4C4C4C. Windows color (decimal): -12039828 or 7096648. OLE color: 7096648.

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

Color convert

RGB 72 73 108 -
CMYK 0.33 0.32 0 0.58
HSL 238.33º 0.2% 0.35% -
HSV(B) 238.33º 0.33% 0.42% -
XYZ 7.76 7.23 15.17 -
YUV 76.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 72 73 108 0.33 0.32 0 0.58 238.33 0.2 0.35
Hex 48 49 6C 21 20 0 3A EE 14 23
Octal 110 111 154 41 40 0 72 356 24 43
Binary 1001000 1001001 1101100 100001 100000 0 111010 11101110 10100 100011

Color Harmonies of #48496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48496C

Black with #48496C

Text Example


Text Example

White with #48496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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