Html Css Color HEX #48447A Corn Flower Blue

📋 copy color: '#48447A'

red 72 ◦ green 68 ◦ blue 122

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

Shades of Corn Flower Blue #48447A

Tints of Corn Flower Blue #48447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 122 (48.05% from 255) = 46.56%

R = 27.48%
G = 25.95%
B = 46.56%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48447A (or 0x48447A) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 7A. RGB value is (72,68,122). Sum of RGB (Red+Green+Blue) = 72+68+122=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #48447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48447A is #B7BB85. Grayscale: #4B4B4B. Windows color (decimal): -12041094 or 8012872. OLE color: 8012872.

HSL color Cylindrical-coordinate representation of color #48447A: hue angle of 244.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48447A is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 68 122 -
CMYK 0.41 0.44 0 0.52
HSL 244.44º 0.28% 0.37% -
HSV(B) 244.44º 0.44% 0.48% -
XYZ 8.25 6.92 19.31 -
YUV 75.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 72 68 122 0.41 0.44 0 0.52 244.44 0.28 0.37
Hex 48 44 7A 29 2C 0 34 F4 1C 25
Octal 110 104 172 51 54 0 64 364 34 45
Binary 1001000 1000100 1111010 101001 101100 0 110100 11110100 11100 100101

Color Harmonies of #48447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48447A

Black with #48447A

Text Example


Text Example

White with #48447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,68,122); }

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

background-color css

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

 a { background-color: rgb(72,68,122); }

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

border-color css

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

 span { border-color: rgb(72,68,122); }

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