Html Css Color HEX #484176 Corn Flower Blue

📋 copy color: '#484176'

red 72 ◦ green 65 ◦ blue 118

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

Shades of Corn Flower Blue #484176

Tints of Corn Flower Blue #484176

RGB

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

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

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

R = 28.24%
G = 25.49%
B = 46.27%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#484176 (or 0x484176) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 76. RGB value is (72,65,118). Sum of RGB (Red+Green+Blue) = 72+65+118=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #484176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484176 is #B7BE89. Grayscale: #484848. Windows color (decimal): -12041866 or 7749960. OLE color: 7749960.

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

Color convert

RGB 72 65 118 -
CMYK 0.39 0.45 0 0.54
HSL 247.92º 0.29% 0.36% -
HSV(B) 247.92º 0.45% 0.46% -
XYZ 7.83 6.47 17.97 -
YUV 73.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 72 65 118 0.39 0.45 0 0.54 247.92 0.29 0.36
Hex 48 41 76 27 2D 0 36 F8 1D 24
Octal 110 101 166 47 55 0 66 370 35 44
Binary 1001000 1000001 1110110 100111 101101 0 110110 11111000 11101 100100

Color Harmonies of #484176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484176

Black with #484176

Text Example


Text Example

White with #484176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484176; }

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

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

background-color css

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

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

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

border-color css

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

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

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