Html Css Color HEX #4B4577 Corn Flower Blue

📋 copy color: '#4B4577'

red 75 ◦ green 69 ◦ blue 119

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

Shades of Corn Flower Blue #4B4577

Tints of Corn Flower Blue #4B4577

RGB

 RED value IS 75 (29.69% from 255) = 28.52%

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

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

R = 28.52%
G = 26.24%
B = 45.25%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4B4577 (or 0x4B4577) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 77. RGB value is (75,69,119). Sum of RGB (Red+Green+Blue) = 75+69+119=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 69 (27.34% from 255 or 26.24% 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 #4B4577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4577 is #B4BA88. Grayscale: #4C4C4C. Windows color (decimal): -11844233 or 7816523. OLE color: 7816523.

HSL color Cylindrical-coordinate representation of color #4B4577: hue angle of 247.2º 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 #4B4577 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 75 69 119 -
CMYK 0.37 0.42 0 0.53
HSL 247.2º 0.27% 0.37% -
HSV(B) 247.2º 0.42% 0.47% -
XYZ 8.36 7.08 18.38 -
YUV 76.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 75 69 119 0.37 0.42 0 0.53 247.2 0.27 0.37
Hex 4B 45 77 25 2A 0 35 F7 1B 25
Octal 113 105 167 45 52 0 65 367 33 45
Binary 1001011 1000101 1110111 100101 101010 0 110101 11110111 11011 100101

Color Harmonies of #4B4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4577

Black with #4B4577

Text Example


Text Example

White with #4B4577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B4577; }

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

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

background-color css

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

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

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

border-color css

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

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

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