Html Css Color HEX #4640DB Free Speech Blue

📋 copy color: '#4640DB'

red 70 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Blue #4640DB

Tints of Free Speech Blue #4640DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 19.83%
G = 18.13%
B = 62.04%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4640DB (or 0x4640DB) is known color: Free Speech Blue. HEX triplet: 46, 40 and DB. RGB value is (70,64,219). Sum of RGB (Red+Green+Blue) = 70+64+219=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #4640DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640DB is #B9BF24. Grayscale: #525252. Windows color (decimal): -12173093 or 14368838. OLE color: 14368838.

HSL color Cylindrical-coordinate representation of color #4640DB: hue angle of 242.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4640DB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 64 219 -
CMYK 0.68 0.71 0 0.14
HSL 242.32º 0.68% 0.55% -
HSV(B) 242.32º 0.71% 0.86% -
XYZ 17.15 10.08 68.06 -
YUV 83.46 204.49 118.4 -
System Red Green Blue C M Y K H S L
Decimal 70 64 219 0.68 0.71 0 0.14 242.32 0.68 0.55
Hex 46 40 DB 44 47 0 E F2 44 37
Octal 106 100 333 104 107 0 16 362 104 67
Binary 1000110 1000000 11011011 1000100 1000111 0 1110 11110010 1000100 110111

Color Harmonies of #4640DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4640DB

Black with #4640DB

Text Example


Text Example

White with #4640DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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