Html Css Color HEX #484276 Corn Flower Blue

📋 copy color: '#484276'

red 72 ◦ green 66 ◦ blue 118

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

Shades of Corn Flower Blue #484276

Tints of Corn Flower Blue #484276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 28.13%
G = 25.78%
B = 46.09%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484276 (or 0x484276) is known color: Corn Flower Blue. HEX triplet: 48, 42 and 76. RGB value is (72,66,118). Sum of RGB (Red+Green+Blue) = 72+66+118=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #484276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484276 is #B7BD89. Grayscale: #494949. Windows color (decimal): -12041610 or 7750216. OLE color: 7750216.

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

Color convert

RGB 72 66 118 -
CMYK 0.39 0.44 0 0.54
HSL 246.92º 0.28% 0.36% -
HSV(B) 246.92º 0.44% 0.46% -
XYZ 7.89 6.58 17.99 -
YUV 73.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 72 66 118 0.39 0.44 0 0.54 246.92 0.28 0.36
Hex 48 42 76 27 2C 0 36 F7 1C 24
Octal 110 102 166 47 54 0 66 367 34 44
Binary 1001000 1000010 1110110 100111 101100 0 110110 11110111 11100 100100

Color Harmonies of #484276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484276

Black with #484276

Text Example


Text Example

White with #484276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484276; }

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

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

background-color css

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

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

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

border-color css

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

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

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