Html Css Color HEX #484177 Corn Flower Blue

📋 copy color: '#484177'

red 72 ◦ green 65 ◦ blue 119

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

Shades of Corn Flower Blue #484177

Tints of Corn Flower Blue #484177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 28.13%
G = 25.39%
B = 46.48%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484177 (or 0x484177) is known color: Corn Flower Blue. HEX triplet: 48, 41 and 77. RGB value is (72,65,119). Sum of RGB (Red+Green+Blue) = 72+65+119=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #484177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484177 is #B7BE88. Grayscale: #494949. Windows color (decimal): -12041865 or 7815496. OLE color: 7815496.

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

Color convert

RGB 72 65 119 -
CMYK 0.39 0.45 0 0.53
HSL 247.78º 0.29% 0.36% -
HSV(B) 247.78º 0.45% 0.47% -
XYZ 7.89 6.49 18.29 -
YUV 73.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 72 65 119 0.39 0.45 0 0.53 247.78 0.29 0.36
Hex 48 41 77 27 2D 0 35 F8 1D 24
Octal 110 101 167 47 55 0 65 370 35 44
Binary 1001000 1000001 1110111 100111 101101 0 110101 11111000 11101 100100

Color Harmonies of #484177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484177

Black with #484177

Text Example


Text Example

White with #484177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484177; }

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

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

background-color css

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

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

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

border-color css

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

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

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