Html Css Color HEX #48427A Corn Flower Blue

📋 copy color: '#48427A'

red 72 ◦ green 66 ◦ blue 122

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

Shades of Corn Flower Blue #48427A

Tints of Corn Flower Blue #48427A

RGB

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

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

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

R = 27.69%
G = 25.38%
B = 46.92%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48427A (or 0x48427A) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 7A. RGB value is (72,66,122). Sum of RGB (Red+Green+Blue) = 72+66+122=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #48427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48427A is #B7BD85. Grayscale: #494949. Windows color (decimal): -12041606 or 8012360. OLE color: 8012360.

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

Color convert

RGB 72 66 122 -
CMYK 0.41 0.46 0 0.52
HSL 246.43º 0.3% 0.37% -
HSV(B) 246.43º 0.46% 0.48% -
XYZ 8.13 6.68 19.27 -
YUV 74.18 154.99 126.45 -
System Red Green Blue C M Y K H S L
Decimal 72 66 122 0.41 0.46 0 0.52 246.43 0.3 0.37
Hex 48 42 7A 29 2E 0 34 F6 1E 25
Octal 110 102 172 51 56 0 64 366 36 45
Binary 1001000 1000010 1111010 101001 101110 0 110100 11110110 11110 100101

Color Harmonies of #48427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48427A

Black with #48427A

Text Example


Text Example

White with #48427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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