Html Css Color HEX #48456C Corn Flower Blue

📋 copy color: '#48456C'

red 72 ◦ green 69 ◦ blue 108

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

Shades of Corn Flower Blue #48456C

Tints of Corn Flower Blue #48456C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

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

R = 28.92%
G = 27.71%
B = 43.37%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48456C (or 0x48456C) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 6C. RGB value is (72,69,108). Sum of RGB (Red+Green+Blue) = 72+69+108=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #48456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48456C is #B7BA93. Grayscale: #4A4A4A. Windows color (decimal): -12040852 or 7095624. OLE color: 7095624.

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

Color convert

RGB 72 69 108 -
CMYK 0.33 0.36 0 0.58
HSL 244.62º 0.22% 0.35% -
HSV(B) 244.62º 0.36% 0.42% -
XYZ 7.51 6.72 15.09 -
YUV 74.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 72 69 108 0.33 0.36 0 0.58 244.62 0.22 0.35
Hex 48 45 6C 21 24 0 3A F5 16 23
Octal 110 105 154 41 44 0 72 365 26 43
Binary 1001000 1000101 1101100 100001 100100 0 111010 11110101 10110 100011

Color Harmonies of #48456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48456C

Black with #48456C

Text Example


Text Example

White with #48456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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