Html Css Color HEX #4650DC Free Speech Blue

📋 copy color: '#4650DC'

red 70 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Blue #4650DC

Tints of Free Speech Blue #4650DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 18.92%
G = 21.62%
B = 59.46%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4650DC (or 0x4650DC) is known color: Free Speech Blue. HEX triplet: 46, 50 and DC. RGB value is (70,80,220). Sum of RGB (Red+Green+Blue) = 70+80+220=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #4650DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650DC is #B9AF23. Grayscale: #5C5C5C. Windows color (decimal): -12168996 or 14438470. OLE color: 14438470.

HSL color Cylindrical-coordinate representation of color #4650DC: hue angle of 236º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4650DC is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 80 220 -
CMYK 0.68 0.64 0 0.14
HSL 236º 0.68% 0.57% -
HSV(B) 236º 0.68% 0.86% -
XYZ 18.31 12.21 69.1 -
YUV 92.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 70 80 220 0.68 0.64 0 0.14 236 0.68 0.57
Hex 46 50 DC 44 40 0 E EC 44 39
Octal 106 120 334 104 100 0 16 354 104 71
Binary 1000110 1010000 11011100 1000100 1000000 0 1110 11101100 1000100 111001

Color Harmonies of #4650DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4650DC

Black with #4650DC

Text Example


Text Example

White with #4650DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4650DC; }

 p { color: rgb(70,80,220); }

 H1.HeaderClassName
 {
   color: #4650DC;
 }
 .AnyTagClassName
 {
   color: #4650DC;
 }
</style>

background-color css

<style>
 a { background-color: #4650DC; }

 a { background-color: rgb(70,80,220); }

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

border-color css

<style>
 span { border-color: #4650DC; }

 span { border-color: rgb(70,80,220); }

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