Html Css Color HEX #484877 Corn Flower Blue

📋 copy color: '#484877'

red 72 ◦ green 72 ◦ blue 119

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

Shades of Corn Flower Blue #484877

Tints of Corn Flower Blue #484877

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 27.38%
G = 27.38%
B = 45.25%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484877 (or 0x484877) is known color: Corn Flower Blue. HEX triplet: 48, 48 and 77. RGB value is (72,72,119). Sum of RGB (Red+Green+Blue) = 72+72+119=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #484877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484877 is #B7B788. Grayscale: #4D4D4D. Windows color (decimal): -12040073 or 7817288. OLE color: 7817288.

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

Color convert

RGB 72 72 119 -
CMYK 0.39 0.39 0 0.53
HSL 240º 0.25% 0.37% -
HSV(B) 240º 0.39% 0.47% -
XYZ 8.32 7.34 18.43 -
YUV 77.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 72 72 119 0.39 0.39 0 0.53 240 0.25 0.37
Hex 48 48 77 27 27 0 35 F0 19 25
Octal 110 110 167 47 47 0 65 360 31 45
Binary 1001000 1001000 1110111 100111 100111 0 110101 11110000 11001 100101

Color Harmonies of #484877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484877

Black with #484877

Text Example


Text Example

White with #484877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484877; }

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

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

background-color css

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

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

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

border-color css

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

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

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