Html Css Color HEX #48457A Corn Flower Blue

📋 copy color: '#48457A'

red 72 ◦ green 69 ◦ blue 122

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

Shades of Corn Flower Blue #48457A

Tints of Corn Flower Blue #48457A

RGB

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

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

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

R = 27.38%
G = 26.24%
B = 46.39%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48457A (or 0x48457A) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 7A. RGB value is (72,69,122). Sum of RGB (Red+Green+Blue) = 72+69+122=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #48457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48457A is #B7BA85. Grayscale: #4B4B4B. Windows color (decimal): -12040838 or 8013128. OLE color: 8013128.

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

Color convert

RGB 72 69 122 -
CMYK 0.41 0.43 0 0.52
HSL 243.4º 0.28% 0.37% -
HSV(B) 243.4º 0.43% 0.48% -
XYZ 8.31 7.04 19.33 -
YUV 75.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 72 69 122 0.41 0.43 0 0.52 243.4 0.28 0.37
Hex 48 45 7A 29 2B 0 34 F3 1C 25
Octal 110 105 172 51 53 0 64 363 34 45
Binary 1001000 1000101 1111010 101001 101011 0 110100 11110011 11100 100101

Color Harmonies of #48457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48457A

Black with #48457A

Text Example


Text Example

White with #48457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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