Html Css Color HEX #484577 Corn Flower Blue

📋 copy color: '#484577'

red 72 ◦ green 69 ◦ blue 119

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

Shades of Corn Flower Blue #484577

Tints of Corn Flower Blue #484577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 27.69%
G = 26.54%
B = 45.77%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#484577 (or 0x484577) is known color: Corn Flower Blue. HEX triplet: 48, 45 and 77. RGB value is (72,69,119). Sum of RGB (Red+Green+Blue) = 72+69+119=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #484577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484577 is #B7BA88. Grayscale: #4B4B4B. Windows color (decimal): -12040841 or 7816520. OLE color: 7816520.

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

Color convert

RGB 72 69 119 -
CMYK 0.39 0.42 0 0.53
HSL 243.6º 0.27% 0.37% -
HSV(B) 243.6º 0.42% 0.47% -
XYZ 8.13 6.97 18.37 -
YUV 75.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 72 69 119 0.39 0.42 0 0.53 243.6 0.27 0.37
Hex 48 45 77 27 2A 0 35 F4 1B 25
Octal 110 105 167 47 52 0 65 364 33 45
Binary 1001000 1000101 1110111 100111 101010 0 110101 11110100 11011 100101

Color Harmonies of #484577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484577

Black with #484577

Text Example


Text Example

White with #484577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484577; }

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

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

background-color css

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

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

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

border-color css

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

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

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