Html Css Color HEX #4640DD Free Speech Blue

📋 copy color: '#4640DD'

red 70 ◦ green 64 ◦ blue 221

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

Shades of Free Speech Blue #4640DD

Tints of Free Speech Blue #4640DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 19.72%
G = 18.03%
B = 62.25%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4640DD (or 0x4640DD) is known color: Free Speech Blue. HEX triplet: 46, 40 and DD. RGB value is (70,64,221). Sum of RGB (Red+Green+Blue) = 70+64+221=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #4640DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4640DD is #B9BF22. Grayscale: #535353. Windows color (decimal): -12173091 or 14499910. OLE color: 14499910.

HSL color Cylindrical-coordinate representation of color #4640DD: hue angle of 242.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4640DD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 64 221 -
CMYK 0.68 0.71 0 0.13
HSL 242.29º 0.7% 0.56% -
HSV(B) 242.29º 0.71% 0.87% -
XYZ 17.41 10.19 69.46 -
YUV 83.69 205.49 118.23 -
System Red Green Blue C M Y K H S L
Decimal 70 64 221 0.68 0.71 0 0.13 242.29 0.7 0.56
Hex 46 40 DD 44 47 0 D F2 46 38
Octal 106 100 335 104 107 0 15 362 106 70
Binary 1000110 1000000 11011101 1000100 1000111 0 1101 11110010 1000110 111000

Color Harmonies of #4640DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4640DD

Black with #4640DD

Text Example


Text Example

White with #4640DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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