Html Css Color HEX #484C71 Corn Flower Blue

📋 copy color: '#484C71'

red 72 ◦ green 76 ◦ blue 113

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

Shades of Corn Flower Blue #484C71

Tints of Corn Flower Blue #484C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 27.59%
G = 29.12%
B = 43.3%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#484C71 (or 0x484C71) is known color: Corn Flower Blue. HEX triplet: 48, 4C and 71. RGB value is (72,76,113). Sum of RGB (Red+Green+Blue) = 72+76+113=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #484C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C71 is #B7B38E. Grayscale: #4E4E4E. Windows color (decimal): -12039055 or 7425096. OLE color: 7425096.

HSL color Cylindrical-coordinate representation of color #484C71: hue angle of 234.15º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #484C71 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 76 113 -
CMYK 0.36 0.33 0 0.56
HSL 234.15º 0.22% 0.36% -
HSV(B) 234.15º 0.36% 0.44% -
XYZ 8.24 7.74 16.68 -
YUV 79.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 72 76 113 0.36 0.33 0 0.56 234.15 0.22 0.36
Hex 48 4C 71 24 21 0 38 EA 16 24
Octal 110 114 161 44 41 0 70 352 26 44
Binary 1001000 1001100 1110001 100100 100001 0 111000 11101010 10110 100100

Color Harmonies of #484C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C71

Black with #484C71

Text Example


Text Example

White with #484C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484C71; }

 p { color: rgb(72,76,113); }

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

background-color css

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

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

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

border-color css

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

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

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