Html Css Color HEX #4B5ACE Free Speech Blue

📋 copy color: '#4B5ACE'

red 75 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #4B5ACE

Tints of Free Speech Blue #4B5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 20.22%
G = 24.26%
B = 55.53%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B5ACE (or 0x4B5ACE) is known color: Free Speech Blue. HEX triplet: 4B, 5A and CE. RGB value is (75,90,206). Sum of RGB (Red+Green+Blue) = 75+90+206=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B5ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ACE is #B4A531. Grayscale: #626262. Windows color (decimal): -11838770 or 13523531. OLE color: 13523531.

HSL color Cylindrical-coordinate representation of color #4B5ACE: hue angle of 233.13º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B5ACE is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 90 206 -
CMYK 0.64 0.56 0 0.19
HSL 233.13º 0.57% 0.55% -
HSV(B) 233.13º 0.64% 0.81% -
XYZ 17.7 13.26 60.02 -
YUV 98.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 75 90 206 0.64 0.56 0 0.19 233.13 0.57 0.55
Hex 4B 5A CE 40 38 0 13 E9 39 37
Octal 113 132 316 100 70 0 23 351 71 67
Binary 1001011 1011010 11001110 1000000 111000 0 10011 11101001 111001 110111

Color Harmonies of #4B5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5ACE

Black with #4B5ACE

Text Example


Text Example

White with #4B5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,90,206); }

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

background-color css

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

 a { background-color: rgb(75,90,206); }

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

border-color css

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

 span { border-color: rgb(75,90,206); }

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