Html Css Color HEX #48476C Corn Flower Blue

📋 copy color: '#48476C'

red 72 ◦ green 71 ◦ blue 108

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

Shades of Corn Flower Blue #48476C

Tints of Corn Flower Blue #48476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.29%

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

R = 28.69%
G = 28.29%
B = 43.03%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48476C (or 0x48476C) is known color: Corn Flower Blue. HEX triplet: 48, 47 and 6C. RGB value is (72,71,108). Sum of RGB (Red+Green+Blue) = 72+71+108=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #48476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48476C is #B7B893. Grayscale: #4B4B4B. Windows color (decimal): -12040340 or 7096136. OLE color: 7096136.

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

Color convert

RGB 72 71 108 -
CMYK 0.33 0.34 0 0.58
HSL 241.62º 0.21% 0.35% -
HSV(B) 241.62º 0.34% 0.42% -
XYZ 7.63 6.97 15.13 -
YUV 75.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 72 71 108 0.33 0.34 0 0.58 241.62 0.21 0.35
Hex 48 47 6C 21 22 0 3A F2 15 23
Octal 110 107 154 41 42 0 72 362 25 43
Binary 1001000 1000111 1101100 100001 100010 0 111010 11110010 10101 100011

Color Harmonies of #48476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48476C

Black with #48476C

Text Example


Text Example

White with #48476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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