Html Css Color HEX #484466 Corn Flower Blue

📋 copy color: '#484466'

red 72 ◦ green 68 ◦ blue 102

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

Shades of Corn Flower Blue #484466

Tints of Corn Flower Blue #484466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.15%

R = 29.75%
G = 28.1%
B = 42.15%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#484466 (or 0x484466) is known color: Corn Flower Blue. HEX triplet: 48, 44 and 66. RGB value is (72,68,102). Sum of RGB (Red+Green+Blue) = 72+68+102=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #484466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484466 is #B7BB99. Grayscale: #484848. Windows color (decimal): -12041114 or 6702152. OLE color: 6702152.

HSL color Cylindrical-coordinate representation of color #484466: hue angle of 247.06º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484466 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 72 68 102 -
CMYK 0.29 0.33 0 0.6
HSL 247.06º 0.2% 0.33% -
HSV(B) 247.06º 0.33% 0.4% -
XYZ 7.14 6.47 13.44 -
YUV 73.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 72 68 102 0.29 0.33 0 0.6 247.06 0.2 0.33
Hex 48 44 66 1D 21 0 3C F7 14 21
Octal 110 104 146 35 41 0 74 367 24 41
Binary 1001000 1000100 1100110 11101 100001 0 111100 11110111 10100 100001

Color Harmonies of #484466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484466

Black with #484466

Text Example


Text Example

White with #484466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484466; }

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

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

background-color css

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

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

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

border-color css

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

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

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