Html Css Color HEX #4B4571 Corn Flower Blue

📋 copy color: '#4B4571'

red 75 ◦ green 69 ◦ blue 113

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

Shades of Corn Flower Blue #4B4571

Tints of Corn Flower Blue #4B4571

RGB

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

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

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

R = 29.18%
G = 26.85%
B = 43.97%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4B4571 (or 0x4B4571) is known color: Corn Flower Blue. HEX triplet: 4B, 45 and 71. RGB value is (75,69,113). Sum of RGB (Red+Green+Blue) = 75+69+113=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B4571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4571 is #B4BA8E. Grayscale: #4B4B4B. Windows color (decimal): -11844239 or 7423307. OLE color: 7423307.

HSL color Cylindrical-coordinate representation of color #4B4571: hue angle of 248.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B4571 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 75 69 113 -
CMYK 0.34 0.39 0 0.56
HSL 248.18º 0.24% 0.36% -
HSV(B) 248.18º 0.39% 0.44% -
XYZ 8.01 6.94 16.54 -
YUV 75.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 75 69 113 0.34 0.39 0 0.56 248.18 0.24 0.36
Hex 4B 45 71 22 27 0 38 F8 18 24
Octal 113 105 161 42 47 0 70 370 30 44
Binary 1001011 1000101 1110001 100010 100111 0 111000 11111000 11000 100100

Color Harmonies of #4B4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4571

Black with #4B4571

Text Example


Text Example

White with #4B4571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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