Html Css Color HEX #4640BA Free Speech Blue

📋 copy color: '#4640BA'

red 70 ◦ green 64 ◦ blue 186

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

Shades of Free Speech Blue #4640BA

Tints of Free Speech Blue #4640BA

RGB

 RED value IS 70 (27.73% from 255) = 21.88%

 GREEN value IS 64 (25.39% from 255) = 20%

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 21.88%
G = 20%
B = 58.13%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4640BA (or 0x4640BA) is known color: Free Speech Blue. HEX triplet: 46, 40 and BA. RGB value is (70,64,186). Sum of RGB (Red+Green+Blue) = 70+64+186=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #4640BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640BA is #B9BF45. Grayscale: #4F4F4F. Windows color (decimal): -12173126 or 12206150. OLE color: 12206150.

HSL color Cylindrical-coordinate representation of color #4640BA: hue angle of 242.95º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4640BA is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 64 186 -
CMYK 0.62 0.66 0 0.27
HSL 242.95º 0.49% 0.49% -
HSV(B) 242.95º 0.66% 0.73% -
XYZ 13.22 8.51 47.4 -
YUV 79.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 70 64 186 0.62 0.66 0 0.27 242.95 0.49 0.49
Hex 46 40 BA 3E 42 0 1B F3 31 31
Octal 106 100 272 76 102 0 33 363 61 61
Binary 1000110 1000000 10111010 111110 1000010 0 11011 11110011 110001 110001

Color Harmonies of #4640BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4640BA

Black with #4640BA

Text Example


Text Example

White with #4640BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4640BA; }

 p { color: rgb(70,64,186); }

 H1.HeaderClassName
 {
   color: #4640BA;
 }
 .AnyTagClassName
 {
   color: #4640BA;
 }
</style>

background-color css

<style>
 a { background-color: #4640BA; }

 a { background-color: rgb(70,64,186); }

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

border-color css

<style>
 span { border-color: #4640BA; }

 span { border-color: rgb(70,64,186); }

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