Html Css Color HEX #48407A Corn Flower Blue

📋 copy color: '#48407A'

red 72 ◦ green 64 ◦ blue 122

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

Shades of Corn Flower Blue #48407A

Tints of Corn Flower Blue #48407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 27.91%
G = 24.81%
B = 47.29%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48407A (or 0x48407A) is known color: Corn Flower Blue. HEX triplet: 48, 40 and 7A. RGB value is (72,64,122). Sum of RGB (Red+Green+Blue) = 72+64+122=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #48407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48407A is #B7BF85. Grayscale: #484848. Windows color (decimal): -12042118 or 8011848. OLE color: 8011848.

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

Color convert

RGB 72 64 122 -
CMYK 0.41 0.48 0 0.52
HSL 248.28º 0.31% 0.36% -
HSV(B) 248.28º 0.48% 0.48% -
XYZ 8.02 6.45 19.23 -
YUV 73 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 72 64 122 0.41 0.48 0 0.52 248.28 0.31 0.36
Hex 48 40 7A 29 30 0 34 F8 1F 24
Octal 110 100 172 51 60 0 64 370 37 44
Binary 1001000 1000000 1111010 101001 110000 0 110100 11111000 11111 100100

Color Harmonies of #48407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48407A

Black with #48407A

Text Example


Text Example

White with #48407A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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