Html Css Color HEX #4649BB Free Speech Blue

📋 copy color: '#4649BB'

red 70 ◦ green 73 ◦ blue 187

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

Shades of Free Speech Blue #4649BB

Tints of Free Speech Blue #4649BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 21.21%
G = 22.12%
B = 56.67%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4649BB (or 0x4649BB) is known color: Free Speech Blue. HEX triplet: 46, 49 and BB. RGB value is (70,73,187). Sum of RGB (Red+Green+Blue) = 70+73+187=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #4649BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649BB is #B9B644. Grayscale: #545454. Windows color (decimal): -12170821 or 12273990. OLE color: 12273990.

HSL color Cylindrical-coordinate representation of color #4649BB: hue angle of 238.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4649BB is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 73 187 -
CMYK 0.63 0.61 0 0.27
HSL 238.46º 0.46% 0.5% -
HSV(B) 238.46º 0.63% 0.73% -
XYZ 13.88 9.66 48.15 -
YUV 85.1 185.51 117.23 -
System Red Green Blue C M Y K H S L
Decimal 70 73 187 0.63 0.61 0 0.27 238.46 0.46 0.5
Hex 46 49 BB 3F 3D 0 1B EE 2E 32
Octal 106 111 273 77 75 0 33 356 56 62
Binary 1000110 1001001 10111011 111111 111101 0 11011 11101110 101110 110010

Color Harmonies of #4649BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4649BB

Black with #4649BB

Text Example


Text Example

White with #4649BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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