Html Css Color HEX #48456D Corn Flower Blue

📋 copy color: '#48456D'

red 72 ◦ green 69 ◦ blue 109

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

Shades of Corn Flower Blue #48456D

Tints of Corn Flower Blue #48456D

RGB

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

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

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

R = 28.8%
G = 27.6%
B = 43.6%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48456D (or 0x48456D) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 6D. RGB value is (72,69,109). Sum of RGB (Red+Green+Blue) = 72+69+109=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #48456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48456D is #B7BA92. Grayscale: #4A4A4A. Windows color (decimal): -12040851 or 7161160. OLE color: 7161160.

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

Color convert

RGB 72 69 109 -
CMYK 0.34 0.37 0 0.57
HSL 244.5º 0.22% 0.35% -
HSV(B) 244.5º 0.37% 0.43% -
XYZ 7.56 6.74 15.37 -
YUV 74.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 72 69 109 0.34 0.37 0 0.57 244.5 0.22 0.35
Hex 48 45 6D 22 25 0 39 F4 16 23
Octal 110 105 155 42 45 0 71 364 26 43
Binary 1001000 1000101 1101101 100010 100101 0 111001 11110100 10110 100011

Color Harmonies of #48456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48456D

Black with #48456D

Text Example


Text Example

White with #48456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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