Html Css Color HEX #4649BC Free Speech Blue

📋 copy color: '#4649BC'

red 70 ◦ green 73 ◦ blue 188

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

Shades of Free Speech Blue #4649BC

Tints of Free Speech Blue #4649BC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 21.15%
G = 22.05%
B = 56.8%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4649BC (or 0x4649BC) is known color: Free Speech Blue. HEX triplet: 46, 49 and BC. RGB value is (70,73,188). Sum of RGB (Red+Green+Blue) = 70+73+188=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #4649BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649BC is #B9B643. Grayscale: #545454. Windows color (decimal): -12170820 or 12339526. OLE color: 12339526.

HSL color Cylindrical-coordinate representation of color #4649BC: hue angle of 238.47º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4649BC is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 73 188 -
CMYK 0.63 0.61 0 0.26
HSL 238.47º 0.47% 0.51% -
HSV(B) 238.47º 0.63% 0.74% -
XYZ 13.99 9.7 48.71 -
YUV 85.21 186.01 117.15 -
System Red Green Blue C M Y K H S L
Decimal 70 73 188 0.63 0.61 0 0.26 238.47 0.47 0.51
Hex 46 49 BC 3F 3D 0 1A EE 2F 33
Octal 106 111 274 77 75 0 32 356 57 63
Binary 1000110 1001001 10111100 111111 111101 0 11010 11101110 101111 110011

Color Harmonies of #4649BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4649BC

Black with #4649BC

Text Example


Text Example

White with #4649BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4649BC; }

 p { color: rgb(70,73,188); }

 H1.HeaderClassName
 {
   color: #4649BC;
 }
 .AnyTagClassName
 {
   color: #4649BC;
 }
</style>

background-color css

<style>
 a { background-color: #4649BC; }

 a { background-color: rgb(70,73,188); }

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

border-color css

<style>
 span { border-color: #4649BC; }

 span { border-color: rgb(70,73,188); }

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