Html Css Color HEX #4641DD Free Speech Blue

📋 copy color: '#4641DD'

red 70 ◦ green 65 ◦ blue 221

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

Shades of Free Speech Blue #4641DD

Tints of Free Speech Blue #4641DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

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

R = 19.66%
G = 18.26%
B = 62.08%

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

#4641DD (or 0x4641DD) is known color: Free Speech Blue. HEX triplet: 46, 41 and DD. RGB value is (70,65,221). Sum of RGB (Red+Green+Blue) = 70+65+221=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #4641DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641DD is #B9BE22. Grayscale: #535353. Windows color (decimal): -12172835 or 14500166. OLE color: 14500166.

HSL color Cylindrical-coordinate representation of color #4641DD: hue angle of 241.92º 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 #4641DD is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 65 221 -
CMYK 0.68 0.71 0 0.13
HSL 241.92º 0.7% 0.56% -
HSV(B) 241.92º 0.71% 0.87% -
XYZ 17.47 10.3 69.47 -
YUV 84.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 70 65 221 0.68 0.71 0 0.13 241.92 0.7 0.56
Hex 46 41 DD 44 47 0 D F2 46 38
Octal 106 101 335 104 107 0 15 362 106 70
Binary 1000110 1000001 11011101 1000100 1000111 0 1101 11110010 1000110 111000

Color Harmonies of #4641DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4641DD

Black with #4641DD

Text Example


Text Example

White with #4641DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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