Html Css Color HEX #4B4578 Corn Flower Blue

📋 copy color: '#4B4578'

red 75 ◦ green 69 ◦ blue 120

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

Shades of Corn Flower Blue #4B4578

Tints of Corn Flower Blue #4B4578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 28.41%
G = 26.14%
B = 45.45%

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

#4B4578 (or 0x4B4578) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 78. RGB value is (75,69,120). Sum of RGB (Red+Green+Blue) = 75+69+120=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B4578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4578 is #B4BA87. Grayscale: #4C4C4C. Windows color (decimal): -11844232 or 7882059. OLE color: 7882059.

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

Color convert

RGB 75 69 120 -
CMYK 0.37 0.42 0 0.53
HSL 247.06º 0.27% 0.37% -
HSV(B) 247.06º 0.43% 0.47% -
XYZ 8.42 7.11 18.7 -
YUV 76.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 75 69 120 0.37 0.42 0 0.53 247.06 0.27 0.37
Hex 4B 45 78 25 2A 0 35 F7 1B 25
Octal 113 105 170 45 52 0 65 367 33 45
Binary 1001011 1000101 1111000 100101 101010 0 110101 11110111 11011 100101

Color Harmonies of #4B4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4578

Black with #4B4578

Text Example


Text Example

White with #4B4578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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