Html Css Color HEX #4656C4 Free Speech Blue

📋 copy color: '#4656C4'

red 70 ◦ green 86 ◦ blue 196

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

Shades of Free Speech Blue #4656C4

Tints of Free Speech Blue #4656C4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 196 (76.95% from 255) = 55.68%

R = 19.89%
G = 24.43%
B = 55.68%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#4656C4 (or 0x4656C4) is known color: Free Speech Blue. HEX triplet: 46, 56 and C4. RGB value is (70,86,196). Sum of RGB (Red+Green+Blue) = 70+86+196=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #4656C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4656C4 is #B9A93B. Grayscale: #5D5D5D. Windows color (decimal): -12167484 or 12867142. OLE color: 12867142.

HSL color Cylindrical-coordinate representation of color #4656C4: hue angle of 232.38º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4656C4 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 70 86 196 -
CMYK 0.64 0.56 0 0.23
HSL 232.38º 0.52% 0.52% -
HSV(B) 232.38º 0.64% 0.77% -
XYZ 15.82 11.94 53.7 -
YUV 93.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 70 86 196 0.64 0.56 0 0.23 232.38 0.52 0.52
Hex 46 56 C4 40 38 0 17 E8 34 34
Octal 106 126 304 100 70 0 27 350 64 64
Binary 1000110 1010110 11000100 1000000 111000 0 10111 11101000 110100 110100

Color Harmonies of #4656C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4656C4

Black with #4656C4

Text Example


Text Example

White with #4656C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4656C4; }

 p { color: rgb(70,86,196); }

 H1.HeaderClassName
 {
   color: #4656C4;
 }
 .AnyTagClassName
 {
   color: #4656C4;
 }
</style>

background-color css

<style>
 a { background-color: #4656C4; }

 a { background-color: rgb(70,86,196); }

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

border-color css

<style>
 span { border-color: #4656C4; }

 span { border-color: rgb(70,86,196); }

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