Html Css Color HEX #484170 Corn Flower Blue

📋 copy color: '#484170'

red 72 ◦ green 65 ◦ blue 112

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

Shades of Corn Flower Blue #484170

Tints of Corn Flower Blue #484170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 28.92%
G = 26.1%
B = 44.98%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#484170 (or 0x484170) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 70. RGB value is (72,65,112). Sum of RGB (Red+Green+Blue) = 72+65+112=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #484170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484170 is #B7BE8F. Grayscale: #484848. Windows color (decimal): -12041872 or 7356744. OLE color: 7356744.

HSL color Cylindrical-coordinate representation of color #484170: hue angle of 248.94º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #484170 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 65 112 -
CMYK 0.36 0.42 0 0.56
HSL 248.94º 0.27% 0.35% -
HSV(B) 248.94º 0.42% 0.44% -
XYZ 7.49 6.33 16.16 -
YUV 72.45 150.32 127.68 -
System Red Green Blue C M Y K H S L
Decimal 72 65 112 0.36 0.42 0 0.56 248.94 0.27 0.35
Hex 48 41 70 24 2A 0 38 F9 1B 23
Octal 110 101 160 44 52 0 70 371 33 43
Binary 1001000 1000001 1110000 100100 101010 0 111000 11111001 11011 100011

Color Harmonies of #484170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484170

Black with #484170

Text Example


Text Example

White with #484170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484170; }

 p { color: rgb(72,65,112); }

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

background-color css

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

 a { background-color: rgb(72,65,112); }

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

border-color css

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

 span { border-color: rgb(72,65,112); }

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