Html Css Color HEX #463DDC Free Speech Blue

📋 copy color: '#463DDC'

red 70 ◦ green 61 ◦ blue 220

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

Shades of Free Speech Blue #463DDC

Tints of Free Speech Blue #463DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 19.94%
G = 17.38%
B = 62.68%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#463DDC (or 0x463DDC) is known color: Free Speech Blue. HEX triplet: 46, 3D and DC. RGB value is (70,61,220). Sum of RGB (Red+Green+Blue) = 70+61+220=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #463DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463DDC is #B9C223. Grayscale: #515151. Windows color (decimal): -12173860 or 14433606. OLE color: 14433606.

HSL color Cylindrical-coordinate representation of color #463DDC: hue angle of 243.4º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463DDC is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 61 220 -
CMYK 0.68 0.72 0 0.14
HSL 243.4º 0.69% 0.55% -
HSV(B) 243.4º 0.72% 0.86% -
XYZ 17.11 9.81 68.7 -
YUV 81.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 70 61 220 0.68 0.72 0 0.14 243.4 0.69 0.55
Hex 46 3D DC 44 48 0 E F3 45 37
Octal 106 75 334 104 110 0 16 363 105 67
Binary 1000110 111101 11011100 1000100 1001000 0 1110 11110011 1000101 110111

Color Harmonies of #463DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463DDC

Black with #463DDC

Text Example


Text Example

White with #463DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463DDC; }

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

 H1.HeaderClassName
 {
   color: #463DDC;
 }
 .AnyTagClassName
 {
   color: #463DDC;
 }
</style>

background-color css

<style>
 a { background-color: #463DDC; }

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

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

border-color css

<style>
 span { border-color: #463DDC; }

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

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