Html Css Color HEX #484475 Corn Flower Blue

📋 copy color: '#484475'

red 72 ◦ green 68 ◦ blue 117

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

Shades of Corn Flower Blue #484475

Tints of Corn Flower Blue #484475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 28.02%
G = 26.46%
B = 45.53%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484475 (or 0x484475) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 75. RGB value is (72,68,117). Sum of RGB (Red+Green+Blue) = 72+68+117=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #484475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484475 is #B7BB8A. Grayscale: #4A4A4A. Windows color (decimal): -12041099 or 7685192. OLE color: 7685192.

HSL color Cylindrical-coordinate representation of color #484475: hue angle of 244.9º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484475 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 68 117 -
CMYK 0.38 0.42 0 0.54
HSL 244.9º 0.26% 0.36% -
HSV(B) 244.9º 0.42% 0.46% -
XYZ 7.95 6.8 17.72 -
YUV 74.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 72 68 117 0.38 0.42 0 0.54 244.9 0.26 0.36
Hex 48 44 75 26 2A 0 36 F5 1A 24
Octal 110 104 165 46 52 0 66 365 32 44
Binary 1001000 1000100 1110101 100110 101010 0 110110 11110101 11010 100100

Color Harmonies of #484475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484475

Black with #484475

Text Example


Text Example

White with #484475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484475; }

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

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

background-color css

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

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

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

border-color css

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

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

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