Html Css Color HEX #4649CD Free Speech Blue

📋 copy color: '#4649CD'

red 70 ◦ green 73 ◦ blue 205

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

Shades of Free Speech Blue #4649CD

Tints of Free Speech Blue #4649CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 20.11%
G = 20.98%
B = 58.91%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4649CD (or 0x4649CD) is known color: Free Speech Blue. HEX triplet: 46, 49 and CD. RGB value is (70,73,205). Sum of RGB (Red+Green+Blue) = 70+73+205=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #4649CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4649CD is #B9B632. Grayscale: #565656. Windows color (decimal): -12170803 or 13453638. OLE color: 13453638.

HSL color Cylindrical-coordinate representation of color #4649CD: hue angle of 238.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4649CD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 73 205 -
CMYK 0.66 0.64 0 0.20
HSL 238.67º 0.57% 0.54% -
HSV(B) 238.67º 0.66% 0.8% -
XYZ 15.93 10.47 58.94 -
YUV 87.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 70 73 205 0.66 0.64 0 0.20 238.67 0.57 0.54
Hex 46 49 CD 42 40 0 14 EF 39 36
Octal 106 111 315 102 100 0 24 357 71 66
Binary 1000110 1001001 11001101 1000010 1000000 0 10100 11101111 111001 110110

Color Harmonies of #4649CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4649CD

Black with #4649CD

Text Example


Text Example

White with #4649CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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