Html Css Color HEX #4650D3 Free Speech Blue

📋 copy color: '#4650D3'

red 70 ◦ green 80 ◦ blue 211

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

Shades of Free Speech Blue #4650D3

Tints of Free Speech Blue #4650D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 58.45%

R = 19.39%
G = 22.16%
B = 58.45%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#4650D3 (or 0x4650D3) is known color: Free Speech Blue. HEX triplet: 46, 50 and D3. RGB value is (70,80,211). Sum of RGB (Red+Green+Blue) = 70+80+211=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 211 (82.81% from 255 or 58.45% from 361); Max value from RGB is 211 - color contains mainly: blue. Hex color #4650D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4650D3 is #B9AF2C. Grayscale: #5B5B5B. Windows color (decimal): -12169005 or 13848646. OLE color: 13848646.

HSL color Cylindrical-coordinate representation of color #4650D3: hue angle of 235.74º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4650D3 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 70 80 211 -
CMYK 0.67 0.62 0 0.17
HSL 235.74º 0.62% 0.55% -
HSV(B) 235.74º 0.67% 0.83% -
XYZ 17.15 11.74 62.99 -
YUV 91.94 195.19 112.35 -
System Red Green Blue C M Y K H S L
Decimal 70 80 211 0.67 0.62 0 0.17 235.74 0.62 0.55
Hex 46 50 D3 43 3E 0 11 EC 3E 37
Octal 106 120 323 103 76 0 21 354 76 67
Binary 1000110 1010000 11010011 1000011 111110 0 10001 11101100 111110 110111

Color Harmonies of #4650D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4650D3

Black with #4650D3

Text Example


Text Example

White with #4650D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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