Html Css Color HEX #4B6ABE Free Speech Blue

📋 copy color: '#4B6ABE'

red 75 ◦ green 106 ◦ blue 190

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

Shades of Free Speech Blue #4B6ABE

Tints of Free Speech Blue #4B6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 20.22%
G = 28.57%
B = 51.21%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B6ABE (or 0x4B6ABE) is known color: Free Speech Blue. HEX triplet: 4B, 6A and BE. RGB value is (75,106,190). Sum of RGB (Red+Green+Blue) = 75+106+190=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ABE is #B49541. Grayscale: #696969. Windows color (decimal): -11834690 or 12479051. OLE color: 12479051.

HSL color Cylindrical-coordinate representation of color #4B6ABE: hue angle of 223.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B6ABE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 106 190 -
CMYK 0.61 0.44 0 0.25
HSL 223.83º 0.47% 0.52% -
HSV(B) 223.83º 0.61% 0.75% -
XYZ 17.35 15.52 50.8 -
YUV 106.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 75 106 190 0.61 0.44 0 0.25 223.83 0.47 0.52
Hex 4B 6A BE 3D 2C 0 19 E0 2F 34
Octal 113 152 276 75 54 0 31 340 57 64
Binary 1001011 1101010 10111110 111101 101100 0 11001 11100000 101111 110100

Color Harmonies of #4B6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6ABE

Black with #4B6ABE

Text Example


Text Example

White with #4B6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,190); }

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

background-color css

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

 a { background-color: rgb(75,106,190); }

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

border-color css

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

 span { border-color: rgb(75,106,190); }

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