Html Css Color HEX #4641C4 Free Speech Blue

📋 copy color: '#4641C4'

red 70 ◦ green 65 ◦ blue 196

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

Shades of Free Speech Blue #4641C4

Tints of Free Speech Blue #4641C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 59.21%

R = 21.15%
G = 19.64%
B = 59.21%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4641C4 (or 0x4641C4) is known color: Free Speech Blue. HEX triplet: 46, 41 and C4. RGB value is (70,65,196). Sum of RGB (Red+Green+Blue) = 70+65+196=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #4641C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641C4 is #B9BE3B. Grayscale: #505050. Windows color (decimal): -12172860 or 12861766. OLE color: 12861766.

HSL color Cylindrical-coordinate representation of color #4641C4: hue angle of 242.29º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4641C4 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 65 196 -
CMYK 0.64 0.67 0 0.23
HSL 242.29º 0.53% 0.51% -
HSV(B) 242.29º 0.67% 0.77% -
XYZ 14.38 9.07 53.22 -
YUV 81.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 70 65 196 0.64 0.67 0 0.23 242.29 0.53 0.51
Hex 46 41 C4 40 43 0 17 F2 35 33
Octal 106 101 304 100 103 0 27 362 65 63
Binary 1000110 1000001 11000100 1000000 1000011 0 10111 11110010 110101 110011

Color Harmonies of #4641C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4641C4

Black with #4641C4

Text Example


Text Example

White with #4641C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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