Html Css Color HEX #48426A Corn Flower Blue

📋 copy color: '#48426A'

red 72 ◦ green 66 ◦ blue 106

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

Shades of Corn Flower Blue #48426A

Tints of Corn Flower Blue #48426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

 BLUE value IS 106 (41.8% from 255) = 43.44%

R = 29.51%
G = 27.05%
B = 43.44%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48426A (or 0x48426A) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 6A. RGB value is (72,66,106). Sum of RGB (Red+Green+Blue) = 72+66+106=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #48426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48426A is #B7BD95. Grayscale: #484848. Windows color (decimal): -12041622 or 6963784. OLE color: 6963784.

HSL color Cylindrical-coordinate representation of color #48426A: hue angle of 249º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48426A is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 66 106 -
CMYK 0.32 0.38 0 0.58
HSL 249º 0.23% 0.34% -
HSV(B) 249º 0.38% 0.42% -
XYZ 7.22 6.31 14.47 -
YUV 72.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 72 66 106 0.32 0.38 0 0.58 249 0.23 0.34
Hex 48 42 6A 20 26 0 3A F9 17 22
Octal 110 102 152 40 46 0 72 371 27 42
Binary 1001000 1000010 1101010 100000 100110 0 111010 11111001 10111 100010

Color Harmonies of #48426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48426A

Black with #48426A

Text Example


Text Example

White with #48426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48426A; }

 p { color: rgb(72,66,106); }

 H1.HeaderClassName
 {
   color: #48426A;
 }
 .AnyTagClassName
 {
   color: #48426A;
 }
</style>

background-color css

<style>
 a { background-color: #48426A; }

 a { background-color: rgb(72,66,106); }

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

border-color css

<style>
 span { border-color: #48426A; }

 span { border-color: rgb(72,66,106); }

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