Html Css Color HEX #4649BD Free Speech Blue

📋 copy color: '#4649BD'

red 70 ◦ green 73 ◦ blue 189

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

Shades of Free Speech Blue #4649BD

Tints of Free Speech Blue #4649BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 21.08%
G = 21.99%
B = 56.93%

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

#4649BD (or 0x4649BD) is known color: Free Speech Blue. HEX triplet: 46, 49 and BD. RGB value is (70,73,189). Sum of RGB (Red+Green+Blue) = 70+73+189=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #4649BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649BD is #B9B642. Grayscale: #545454. Windows color (decimal): -12170819 or 12405062. OLE color: 12405062.

HSL color Cylindrical-coordinate representation of color #4649BD: hue angle of 238.49º 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 #4649BD is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 73 189 -
CMYK 0.63 0.61 0 0.26
HSL 238.49º 0.47% 0.51% -
HSV(B) 238.49º 0.63% 0.74% -
XYZ 14.09 9.74 49.28 -
YUV 85.33 186.51 117.07 -
System Red Green Blue C M Y K H S L
Decimal 70 73 189 0.63 0.61 0 0.26 238.49 0.47 0.51
Hex 46 49 BD 3F 3D 0 1A EE 2F 33
Octal 106 111 275 77 75 0 32 356 57 63
Binary 1000110 1001001 10111101 111111 111101 0 11010 11101110 101111 110011

Color Harmonies of #4649BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4649BD

Black with #4649BD

Text Example


Text Example

White with #4649BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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