Html Css Color HEX #48426E Corn Flower Blue

📋 copy color: '#48426E'

red 72 ◦ green 66 ◦ blue 110

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

Shades of Corn Flower Blue #48426E

Tints of Corn Flower Blue #48426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.35%

R = 29.03%
G = 26.61%
B = 44.35%

CMYK

 C value IS 0.35

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48426E (or 0x48426E) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 6E. RGB value is (72,66,110). Sum of RGB (Red+Green+Blue) = 72+66+110=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #48426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48426E is #B7BD91. Grayscale: #484848. Windows color (decimal): -12041618 or 7225928. OLE color: 7225928.

HSL color Cylindrical-coordinate representation of color #48426E: hue angle of 248.18º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48426E is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 66 110 -
CMYK 0.35 0.4 0 0.57
HSL 248.18º 0.25% 0.35% -
HSV(B) 248.18º 0.4% 0.43% -
XYZ 7.44 6.4 15.6 -
YUV 72.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 72 66 110 0.35 0.4 0 0.57 248.18 0.25 0.35
Hex 48 42 6E 23 28 0 39 F8 19 23
Octal 110 102 156 43 50 0 71 370 31 43
Binary 1001000 1000010 1101110 100011 101000 0 111001 11111000 11001 100011

Color Harmonies of #48426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48426E

Black with #48426E

Text Example


Text Example

White with #48426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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