Html Css Color HEX #4641B5 Free Speech Blue

📋 copy color: '#4641B5'

red 70 ◦ green 65 ◦ blue 181

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

Shades of Free Speech Blue #4641B5

Tints of Free Speech Blue #4641B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 57.28%

R = 22.15%
G = 20.57%
B = 57.28%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4641B5 (or 0x4641B5) is known color: Free Speech Blue. HEX triplet: 46, 41 and B5. RGB value is (70,65,181). Sum of RGB (Red+Green+Blue) = 70+65+181=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #4641B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4641B5 is #B9BE4A. Grayscale: #4F4F4F. Windows color (decimal): -12172875 or 11878726. OLE color: 11878726.

HSL color Cylindrical-coordinate representation of color #4641B5: hue angle of 242.59º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4641B5 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 65 181 -
CMYK 0.61 0.64 0 0.29
HSL 242.59º 0.47% 0.48% -
HSV(B) 242.59º 0.64% 0.71% -
XYZ 12.76 8.42 44.67 -
YUV 79.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 70 65 181 0.61 0.64 0 0.29 242.59 0.47 0.48
Hex 46 41 B5 3D 40 0 1D F3 2F 30
Octal 106 101 265 75 100 0 35 363 57 60
Binary 1000110 1000001 10110101 111101 1000000 0 11101 11110011 101111 110000

Color Harmonies of #4641B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4641B5

Black with #4641B5

Text Example


Text Example

White with #4641B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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